Good morning,
I successfully built the cascading table. However, I am stuck on how to update the information back from the original field.
Assumption: tblInformation, two fields -> state, city
On the data entry, I created a form to have the information input into the tblActivity, by using information from tblInformation. When I built the form, I used an unbound field for state, called cboState, in order to filter the city that belongs to the state information.
The form works correctly. However, the information (State), does not append into the tblActivity because the field is an unbound field. I would like to have the information input from this combo box, cboState, being input into the State field in the tblActivity.
I created a button. Look like there will be another update code similar to update State field in tblActivity with this cboState. Can anyone assist in providing such codes? Do I use the "on click" procedure? Thanks.
I successfully built the cascading table. However, I am stuck on how to update the information back from the original field.
Assumption: tblInformation, two fields -> state, city
On the data entry, I created a form to have the information input into the tblActivity, by using information from tblInformation. When I built the form, I used an unbound field for state, called cboState, in order to filter the city that belongs to the state information.
The form works correctly. However, the information (State), does not append into the tblActivity because the field is an unbound field. I would like to have the information input from this combo box, cboState, being input into the State field in the tblActivity.
I created a button. Look like there will be another update code similar to update State field in tblActivity with this cboState. Can anyone assist in providing such codes? Do I use the "on click" procedure? Thanks.