B
Bartman
1. I need to update a build table query for an access database that is
used by multiple users each day.
2.The database needs to be refreshed once at the start of each day.
a> I have created two control boxes one called "then" this holds the
last date that the database was re-freshed. The other control "now"
holds todays date.
b> I was hoping to add this to a conditional macro when the form was
opened that looks at the last updated date "then" and if it is less
than today's date it will run the update table query.
Here is the conditional macro I used that does not seem to work? Any
ideas???
IIf([Forms]![The CS teams search qry 2]![now]>[Forms]![The CS teams
search qry 2]![then],True,False)
used by multiple users each day.
2.The database needs to be refreshed once at the start of each day.
a> I have created two control boxes one called "then" this holds the
last date that the database was re-freshed. The other control "now"
holds todays date.
b> I was hoping to add this to a conditional macro when the form was
opened that looks at the last updated date "then" and if it is less
than today's date it will run the update table query.
Here is the conditional macro I used that does not seem to work? Any
ideas???
IIf([Forms]![The CS teams search qry 2]![now]>[Forms]![The CS teams
search qry 2]![then],True,False)