Results 1 to 7 of 7

Thread: Saving Data

  1. #1

    Thread Starter
    Lively Member BurnMan2003's Avatar
    Join Date
    Feb 2003
    Posts
    99

    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.

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    I think you have answered your question already. You can store your data in 'database' ;p or an XML file.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  3. #3

    Thread Starter
    Lively Member BurnMan2003's Avatar
    Join Date
    Feb 2003
    Posts
    99

    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.

  4. #4
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    VB6 or VB.NET?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  5. #5

    Thread Starter
    Lively Member BurnMan2003's Avatar
    Join Date
    Feb 2003
    Posts
    99

    VB6

    I am using VB6...

  6. #6
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    I am sorry, this forum is about VB.NET and i really have little skill in VB6.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width