I need to create a field that will generate a string using the first 4 letters of one field and the last 4 letters of another. I want the string to populate a field in a table.
Currently, I am using the ControlSource of a Textbox on a form to generate this string but it doesn't update my table.
How can I do this?
Here are my specs...
My Table:
[tblSubmit_Log]
Submit_Id
Submit_Date
HpCode
IpaCode
RecordCount
FileName
My Form:
[frmSubmitLog_Entry]
Submit_Id
Submit_Date
HpCode
IpaCode
RecordCount
Create_FileName
I am using an Expression in the "Create_FileName" field on my form to generate a string. I am using the fields ControlSource to enter the Expression. I need to use the results of this expression to populate a field in my table called "FileName". So far, I am able to create the string on my form but I cannot update my table with this string.
Appreciate the help...
Thanks
Mark
Currently, I am using the ControlSource of a Textbox on a form to generate this string but it doesn't update my table.
How can I do this?
Here are my specs...
My Table:
[tblSubmit_Log]
Submit_Id
Submit_Date
HpCode
IpaCode
RecordCount
FileName
My Form:
[frmSubmitLog_Entry]
Submit_Id
Submit_Date
HpCode
IpaCode
RecordCount
Create_FileName
I am using an Expression in the "Create_FileName" field on my form to generate a string. I am using the fields ControlSource to enter the Expression. I need to use the results of this expression to populate a field in my table called "FileName". So far, I am able to create the string on my form but I cannot update my table with this string.
Appreciate the help...
Thanks
Mark