K
KC Classic
I have a macro that runs several appencd queries once a command button on the
Switchboard is clicked and updates 5 separate tables with "current" data.
Although this database in only used by about 4 people overall (and mostl of
the time by only one person), there is a distinct possibility that a person
could update the tables more than one time with "current" data. This is a
real problem to correct.
I would like to be able to have the command button function only one time
each day and then be "disabled" after the tables have been updated. Is this
possible?
We just use some basic fields as follow:
txtMgmtCo
txtFund
txtAccount
dtmSupersheetDate
txtStateCode
curAmount
The underlying append queries are not terribly complicated and update the
tables with the previous day data. Your thoughts and responses will be
appreciated.
Thank you.
KC Classic
Switchboard is clicked and updates 5 separate tables with "current" data.
Although this database in only used by about 4 people overall (and mostl of
the time by only one person), there is a distinct possibility that a person
could update the tables more than one time with "current" data. This is a
real problem to correct.
I would like to be able to have the command button function only one time
each day and then be "disabled" after the tables have been updated. Is this
possible?
We just use some basic fields as follow:
txtMgmtCo
txtFund
txtAccount
dtmSupersheetDate
txtStateCode
curAmount
The underlying append queries are not terribly complicated and update the
tables with the previous day data. Your thoughts and responses will be
appreciated.
Thank you.
KC Classic