I have a VB form where when the user clicks a button I want it to insert certain data from the form into a database. How would I go about doing this. Here is how my database is setup
tblLog
fldID (primary key, autonumber)
flddate (automatic using date())
fldTimeIn
fldTimeOut
I want to insert fldtime in on a click of one button and fldtimeout on a click of another button. I am using a timer control called txtTimer to get the time.
Thanks for your help or suggestions in advance
tblLog
fldID (primary key, autonumber)
flddate (automatic using date())
fldTimeIn
fldTimeOut
I want to insert fldtime in on a click of one button and fldtimeout on a click of another button. I am using a timer control called txtTimer to get the time.
Thanks for your help or suggestions in advance