Poplulate data on Main Form based on subform selection

H

hey_dude

I have two tables. TBLSPEC TBLSPECTEMP I have created a form/subform. What I
want to do is enter new records on the main form. This works. The data shows
in the sub-form. I also want the ability to click on a record in the subform
and have it populate the controls on the main form and then edit the data.
What I do is store generic data in TBLSPEC. I then use the data to build
TBLSPECTEMP.
 
Top