J
John
I have an unbound Form, with an unbound textBox: txtReceipt. When I put a
value there, in the BeforeUpdate event, I'm trying to check in tblTransactions
to make sure that that Receipt number has not been used yet, this fiscal year
(check records after 11/1/2007). Basically, if that receipt number has been
used, msgbox "that number already used, you still want to use this number?"
Don't know how to begin, do I use a recordset, or some sort of query? Thanks
for any pointers.
John
value there, in the BeforeUpdate event, I'm trying to check in tblTransactions
to make sure that that Receipt number has not been used yet, this fiscal year
(check records after 11/1/2007). Basically, if that receipt number has been
used, msgbox "that number already used, you still want to use this number?"
Don't know how to begin, do I use a recordset, or some sort of query? Thanks
for any pointers.
John