M
Marvin
I have a form with a subform displayed as a datasheet.
With code:
When a new record is created I need to add a "session value" to one of the
fields it the new record before it is saved.
I cannot find the proper object reffrece & syntax to do this like I can in a
form
"txtSessionValue.text = strThisSessionValue"
Note: The field I need to write to is number 10 of 10 fields.
Thanks for you help...
With code:
When a new record is created I need to add a "session value" to one of the
fields it the new record before it is saved.
I cannot find the proper object reffrece & syntax to do this like I can in a
form
"txtSessionValue.text = strThisSessionValue"
Note: The field I need to write to is number 10 of 10 fields.
Thanks for you help...