G
Geoff Cox
Hello,
I have a created field in a query using,
invoice_number: "invoice_reminder_" & Format(Date(),"mmm-yy") & "_" &
[DCount] & DCount("*","[renewal-end-jan-08]","[ID] <=" & [ID])
and would like to generalise the query. Is it possible to reference
the name of the query (renewal-end-jan-08 in this case)?
Cheers
Geoff
I have a created field in a query using,
invoice_number: "invoice_reminder_" & Format(Date(),"mmm-yy") & "_" &
[DCount] & DCount("*","[renewal-end-jan-08]","[ID] <=" & [ID])
and would like to generalise the query. Is it possible to reference
the name of the query (renewal-end-jan-08 in this case)?
Cheers
Geoff