How do I update a field in a table without the form but with code?
THis is what I have done:
I have a parse created for a field from a form and need to update the pieces of the string into separate fields. The fields are created and in the same table as the field on the form. How do I reference the fields that are not on the form????
Here's a sample..
tblSubmittal.Region2 = Mid(strString, intNewStart)
Here the tblSubmittal is the name of the table and Region2 is a field in that table.
How do I get the data grabbed by the Mid function placed in there???
Thanks!
Mary
[sig][/sig]
THis is what I have done:
I have a parse created for a field from a form and need to update the pieces of the string into separate fields. The fields are created and in the same table as the field on the form. How do I reference the fields that are not on the form????
Here's a sample..
tblSubmittal.Region2 = Mid(strString, intNewStart)
Here the tblSubmittal is the name of the table and Region2 is a field in that table.
How do I get the data grabbed by the Mid function placed in there???
Thanks!
Mary
[sig][/sig]