Probably really simple... but:
I have a main form with a command button on it. Also on the main form is a child form driven by a query, shown as a table. One of the fields shown from this query is 'ID'.
How do I get the ID of the currently selected record (that the user has clicked on in the subform table) when I click the command button?
I have a main form with a command button on it. Also on the main form is a child form driven by a query, shown as a table. One of the fields shown from this query is 'ID'.
How do I get the ID of the currently selected record (that the user has clicked on in the subform table) when I click the command button?