Access 2007 Subform selection

T

TomG

I hope this isn't a total noob question but I have a subform that's
populating from a query.
The items are added on form1 by a button and then put into the query which
calculates and then the form refreshes and on form1 the subform shows the
results from the query. My question is, if I select a row on the subform by
clicking on it, how would I use VBA to show which record I selected in the
subform?
 
Top