Vaccinations Application

jeremysun

New member
Joined
Sep 5, 2012
Messages
2
Programming Experience
Beginner
Trying to create a tool for Vaccinations and I am using Visual Studio 2008 express to complete this. The problem is I create the window form that the user fills out. But I do not know how to save the information. The reason I need to save the information is the exp. dat and lot numbers and stuff like that always change so I would like for the user to fill out the textbox once and have it stay that way until it needs to be changed again.
 
If this is for just a single user then look up Settings (useful starter tutorial here). If there are multiple users or multiple records to be kept than you need to start thinking about a database.
 
Back
Top