Greetings,
I have a text box on a form that its value is populated from an IIF statement. That value is not being stored in a table. I am now trying to store that value in the tblRepurchase table. I have added the field to the table called Status. The text box on the form is called txtstatus. The form does not have a save button as the user types it saves directly to the table. the only button on the form is search.
So my problem is how can i get txtstatus to write to the field status in the table?
Your assistance is greatly appreciated!
Thanks
I have a text box on a form that its value is populated from an IIF statement. That value is not being stored in a table. I am now trying to store that value in the tblRepurchase table. I have added the field to the table called Status. The text box on the form is called txtstatus. The form does not have a save button as the user types it saves directly to the table. the only button on the form is search.
So my problem is how can i get txtstatus to write to the field status in the table?
Your assistance is greatly appreciated!
Thanks