Forum Discussion
richdavis
Mar 11, 2020Copper Contributor
I cannot see the exact field and/or record that is being changed by data entry boxes in forms.
I just 'inherited' a very old access db. In order to wrap my head around how everything is set up, I really need to find exactly which field or record is being changed by any given data entry box in ...
George Hepworth
Mar 12, 2020Iron Contributor
The recordsource property refers to the entire recordset, i.e. the query or the table to which the form is bound.
Each CONTROL (i.e. text box, combo box, etc.) on the form has its own controlsource. That controlsource is the specific field in the recordsource to which that control is bound.