I know that dLookup reads the contents of a specified field and stores it to a variable. I'd like to do just the opposite.
I'd like to take the contents of a variable and store it to a specified field in a specified record in a specified table.
The table has two fields: CoreSN and Comment
I'd like to locate the unique record where CoreSN = CoreSN_On_My_Form, then replace the contents of the Comment field for that record with info stored as a variable.
This has to be easy but the Access Help makes it look so complicated....
I'd like to take the contents of a variable and store it to a specified field in a specified record in a specified table.
The table has two fields: CoreSN and Comment
I'd like to locate the unique record where CoreSN = CoreSN_On_My_Form, then replace the contents of the Comment field for that record with info stored as a variable.
This has to be easy but the Access Help makes it look so complicated....