Jump to content

Need some ideas

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
williamevanl

williamevanl

    Learning Programmer

  • Members
  • PipPipPip
  • 61 posts
So I need to program something that multiple users will use to record names and something and qualities about this thing. The information will have to be saved somehow "not sure what to do here" and will also have to be easily pulled up through the same application.

I currently envision a forms application that starts with a hotkey and records the information and saves it and additionally possibly pulls up saved information. Is there a clever cool way to do this? Any ideas that might make this better or just offer just a good way to do it are greatly appreciated.
Thanks.

-William

#2
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
If I was doing that I would create a forms application in vb.net or C# and have it hook into a sql database that stores the information. Should be relatively simple.
-CDG10620
Software Developer