A
Afrosheen via AccessMonster.com
Thanks for reading this and the help I've received
This is what I'm trying to do. I have a program where you'd log in then go to
the main program.
It takes information from the login, Date, Time, and other information and
put it in a login table.
The table is built with LogId, Name, Datein, Timein, Dateout, Timeout.
When I use the record set to input the information in the login table, it
works.
Now what I want to do is when I log off the program I want to be able to go
to the LogId and put the Date in the Dateout, and the Time in the Timeout. I
have a variable {lg} as the orignal record number of the record.
I tried using: lout = DLookup("logid", "tbllog", "logid = lg")
but it keeps on giving me errors.
Once I find that record, I thought I could just:
me.Dateout=Date
me.Timeout=Time
to enter the information.
Am I on track?
Thanks again for the help
This is what I'm trying to do. I have a program where you'd log in then go to
the main program.
It takes information from the login, Date, Time, and other information and
put it in a login table.
The table is built with LogId, Name, Datein, Timein, Dateout, Timeout.
When I use the record set to input the information in the login table, it
works.
Now what I want to do is when I log off the program I want to be able to go
to the LogId and put the Date in the Dateout, and the Time in the Timeout. I
have a variable {lg} as the orignal record number of the record.
I tried using: lout = DLookup("logid", "tbllog", "logid = lg")
but it keeps on giving me errors.
Once I find that record, I thought I could just:
me.Dateout=Date
me.Timeout=Time
to enter the information.
Am I on track?
Thanks again for the help