M
Mellissa
Hi,
I created a database on Access over a year ago in which my entire department
utilizes but it has always been very basic. Currently, I am trying to add
things like "Date/Time Modified" and I am learning about expressions and code
building in modules however, I am finding it very difficult.
One questions I have is the following:
I if have a check box field named "select" and a Date Updated field right
beside the check box named "DateSelect" how and where to I go to ensure that
as soon as someone checks that box, a date and time is inserted in the
DateSelect field ??
I have tried the following:
If Checked=True Then DateFieldName=Now() Else DateFieldName=Null End If.
But this doesnt seem to work. I dont know where to put it or wher to
substitute my field names I guess because I have not had any luck ;(
Also, when I have tried it though, in the module, I continue to get the error
message "Invalid Outside Procedure" and always, the DateModified = Date is
always highlighted when I get this error message???
Any ideas would be AWESOME and I would love you to death. I have a meeting
with my boss in a couple days to present this but I am totally lost at the
moment so I'm a little desperate......Thank you so much in advance
Mellissa
I created a database on Access over a year ago in which my entire department
utilizes but it has always been very basic. Currently, I am trying to add
things like "Date/Time Modified" and I am learning about expressions and code
building in modules however, I am finding it very difficult.
One questions I have is the following:
I if have a check box field named "select" and a Date Updated field right
beside the check box named "DateSelect" how and where to I go to ensure that
as soon as someone checks that box, a date and time is inserted in the
DateSelect field ??
I have tried the following:
If Checked=True Then DateFieldName=Now() Else DateFieldName=Null End If.
But this doesnt seem to work. I dont know where to put it or wher to
substitute my field names I guess because I have not had any luck ;(
Also, when I have tried it though, in the module, I continue to get the error
message "Invalid Outside Procedure" and always, the DateModified = Date is
always highlighted when I get this error message???
Any ideas would be AWESOME and I would love you to death. I have a meeting
with my boss in a couple days to present this but I am totally lost at the
moment so I'm a little desperate......Thank you so much in advance
Mellissa