Hello,
I have a problem that is very similar to xicana's. (Refer to xicana's original posting: The only difference is, there are a combination of 3 fields that make a record unique in my database rather than just one field holding a unique record ID. These 3 fields are all character data types. I attempted to put all 3 fields in the hldID variable as follows:
hldID = propertyID&scenariotype&scenarioID
but got a Compile error Expected end of statement message. Does anyone have any recommendations on how to use a combination of 3 fields as a unique record identifier to get the form to return to that record after requerying the data?
Thanks in advance.
I have a problem that is very similar to xicana's. (Refer to xicana's original posting: The only difference is, there are a combination of 3 fields that make a record unique in my database rather than just one field holding a unique record ID. These 3 fields are all character data types. I attempted to put all 3 fields in the hldID variable as follows:
hldID = propertyID&scenariotype&scenarioID
but got a Compile error Expected end of statement message. Does anyone have any recommendations on how to use a combination of 3 fields as a unique record identifier to get the form to return to that record after requerying the data?
Thanks in advance.