G
Guest
Hi,
I have a saved query that calculates the number of records in a table and
adds 1 to it. Quote Count is the query and Total is the calculated field.
Here's the code, Total: Count([QuoteID])+1. I am trying to use this in
combination with the current year in a text box. For example I would like to
disaplay 2005-132 in a text box. I am drawing a blank on where to place this
code, where on the form would it go? Here's what I have right now:
=Year(Date()) & "-" & [Quote Count]![Total] I just don't know where to put
it.
Thanks in advance for your help.
Karen
I have a saved query that calculates the number of records in a table and
adds 1 to it. Quote Count is the query and Total is the calculated field.
Here's the code, Total: Count([QuoteID])+1. I am trying to use this in
combination with the current year in a text box. For example I would like to
disaplay 2005-132 in a text box. I am drawing a blank on where to place this
code, where on the form would it go? Here's what I have right now:
=Year(Date()) & "-" & [Quote Count]![Total] I just don't know where to put
it.
Thanks in advance for your help.
Karen