-
Saving Data
I am wanting to save Payroll data (Taxes, hours worked, etc) to a file for later printing. The form is being fed the information by a database I created, and I was wondering the best way to keep the records for later printing, audits, etc... Any help would be greatly appreciated.
-
I think you have answered your question already. You can store your data in 'database' ;p or an XML file.
-
I wish I had...
I am using VB6 and I am a little rusty with the database functions. I am using one table in the database to input all necessary info...tax info, etc.... Now I am using the same database and an empty linked table to save the week by week information. It has all the fields I need to save the data, I just need to know how to move the data back to the table. I am using a DTPicker to choose a week ending date, and that will be the key that brings back the record when I need it. I just need the code that will move the input data for me when moving to the next record. Thanks in advance... I hope I was clear enough.
-
-
VB6
-
I am sorry, this forum is about VB.NET and i really have little skill in VB6.
-