I want to be able to assign a value to a field on a form based on a value from another field plus a counter number and need help!
I have a pulldown field (named "COMPANY") for the user to select a company name. When selected, I run a make-table query (named "COUNT") that gives me a count of all records for that company with the following result in the table:
Company CountofCompany
ACME (text) 4 (number)
I want to join these two values plus add '1' to the count to another field (named "PROJECTID") on the form so in the example, the end result would be PROJECTID = ACME5.
I figure some event procedure would be appropriate in the COMPANY field using the DLOOKUP function - any thoughts? THANK YOU!
I have a pulldown field (named "COMPANY") for the user to select a company name. When selected, I run a make-table query (named "COUNT") that gives me a count of all records for that company with the following result in the table:
Company CountofCompany
ACME (text) 4 (number)
I want to join these two values plus add '1' to the count to another field (named "PROJECTID") on the form so in the example, the end result would be PROJECTID = ACME5.
I figure some event procedure would be appropriate in the COMPANY field using the DLOOKUP function - any thoughts? THANK YOU!