I'm working on a access application and would like the best way to achieve what I'm trying to do.
I have 3 tables that have different types of data so I want to have 3 radio buttons on my main form and an ID search textbox and search button. The subform will be populated with the form based on the radio button with the data that matches the ID entered by the user.
One of my tables has columns:
FirstName
MiddleName
LastName
Age
City
State
I'm going to show this data in the form as disabled so the user can see but not change it directly. Next to each field will be a checkbox and a disable textbox. If the table data is incorrect the user can click the checkbox and the textbox next to it will be enabled so they can put the correct information.
My question is how can I update the data field in the table with the value in the other textbox? If I update the table will the value in the field textbox change?
Thank you
I have 3 tables that have different types of data so I want to have 3 radio buttons on my main form and an ID search textbox and search button. The subform will be populated with the form based on the radio button with the data that matches the ID entered by the user.
One of my tables has columns:
FirstName
MiddleName
LastName
Age
City
State
I'm going to show this data in the form as disabled so the user can see but not change it directly. Next to each field will be a checkbox and a disable textbox. If the table data is incorrect the user can click the checkbox and the textbox next to it will be enabled so they can put the correct information.
My question is how can I update the data field in the table with the value in the other textbox? If I update the table will the value in the field textbox change?
Thank you