G
Geoff Cox
Hello,
I wrote this code some while ago and cannot see how to correct it!
At the moment when the query is run the invoice number is created but
it is not written into the table from which the data is taken.
How do I do this?
invoice_number: "rbest_" & Format(Date(),"mm-yy") & "_" &
DCount("*","[query-renewals]","[ID] <=" & [ID])
Cheers
Geoff
I wrote this code some while ago and cannot see how to correct it!
At the moment when the query is run the invoice number is created but
it is not written into the table from which the data is taken.
How do I do this?
invoice_number: "rbest_" & Format(Date(),"mm-yy") & "_" &
DCount("*","[query-renewals]","[ID] <=" & [ID])
Cheers
Geoff