Automatic update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ngugi
    New Member
    • Jul 2007
    • 14

    Automatic update

    How do you update a ms access database using VB 6.0 automatically when its end month. I am creating a payroll system.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by ngugi
    How do you update a ms access database using VB 6.0 automatically when its end month. I am creating a payroll system.
    Perhaps the simplest thing would be to use the task scheduler built into Windows, to run your application at the end of the month.

    Comment

    • ngugi
      New Member
      • Jul 2007
      • 14

      #3
      Hi thanks for the reply, how will the values be inserted into the database. The way I have it someone has to enter then click saves. Help

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        Originally posted by ngugi
        Hi thanks for the reply, how will the values be inserted into the database. The way I have it someone has to enter then click saves.
        Good question. Where is the information coming from?

        Comment

        Working...