I currently have an Access form (Form1) that contains two subforms. One (SubformA) contains a number of text boxes and comboboxes. The other subform (SubformB)contains the same fields as SubformA, but in datasheet view.
When a user clicks on a row of data in SubformB's datasheet, I want to populate the controls in SubformA with this data.
How do I do this? How do I refer to the controls, and where do I put the code?
Thanks for you help...
- Anita
When a user clicks on a row of data in SubformB's datasheet, I want to populate the controls in SubformA with this data.
How do I do this? How do I refer to the controls, and where do I put the code?
Thanks for you help...
- Anita