hardesttrance
MIS
Hi all:
Please forgive me if this question has been posted already. For some reason I get a server error whenever I run a search for what I need help with.
I have an simple Access DB in which I need the date to auto-populate and store into the table when a specific field is marked "Yes" (checkbox)
I have the code as follows:
IIf([Feedback]=-1,Date(),"")
(if feedback field is marked yes, display the system date, otherwise, display null)
For some reason, it will dispay the system date, but it does not store the result. I tested this by creating a record, then going to another workstation set up with yesterdays system date... It displayed yesterday's system date.
Any ideas on where I'm going wrong?
Thanks for your help!
-Chris
Chris
- in development
Please forgive me if this question has been posted already. For some reason I get a server error whenever I run a search for what I need help with.
I have an simple Access DB in which I need the date to auto-populate and store into the table when a specific field is marked "Yes" (checkbox)
I have the code as follows:
IIf([Feedback]=-1,Date(),"")
(if feedback field is marked yes, display the system date, otherwise, display null)
For some reason, it will dispay the system date, but it does not store the result. I tested this by creating a record, then going to another workstation set up with yesterdays system date... It displayed yesterday's system date.
Any ideas on where I'm going wrong?
Thanks for your help!
-Chris
Chris
- in development