S
Stephen sjw_ost
Hello again. Thank you for all of the help in the past!
I have another question I need help with please.
How can I write code to check a table for todays date and then perform an
action.
My table, t_Date, only has 1 field, uDate, formated as Date/Time and the
field is the primary key to prevent duplicates. I am looking to do something
like;
If t_Date.uDate = Date Then
MsgBox "STOP"
End If
The uDate field will be added to everyday with "today's" date so there will
be multiple date entries.
Can someone help me with this please?
I'm sure it is simple but I just can't seem to figure it out.
Thanks again.
I have another question I need help with please.
How can I write code to check a table for todays date and then perform an
action.
My table, t_Date, only has 1 field, uDate, formated as Date/Time and the
field is the primary key to prevent duplicates. I am looking to do something
like;
If t_Date.uDate = Date Then
MsgBox "STOP"
End If
The uDate field will be added to everyday with "today's" date so there will
be multiple date entries.
Can someone help me with this please?
I'm sure it is simple but I just can't seem to figure it out.
Thanks again.