C
CF
I am writing a database to keep a record of the labour involved in a seed
treating plant.
Every day the register is taken - yes/no in present colum and the date
inserted as per the date on an unbound form.
The date form has a button which, when clicked, runs an append query and the
data appended to the register table.
My question is:
How do I prevent the data entry clerk from running the append query twice?
I have a count query to count the number of names in the register for that
particular date.
If the count = 0 then no append has been run
I cannot get the If (CountOfNames = 0) then run the qppend query to work.
Can anyone help?
treating plant.
Every day the register is taken - yes/no in present colum and the date
inserted as per the date on an unbound form.
The date form has a button which, when clicked, runs an append query and the
data appended to the register table.
My question is:
How do I prevent the data entry clerk from running the append query twice?
I have a count query to count the number of names in the register for that
particular date.
If the count = 0 then no append has been run
I cannot get the If (CountOfNames = 0) then run the qppend query to work.
Can anyone help?