INSERT INTO using subform

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

I have a very long INSERT INTO line that works, but i can't get 1 field
inserted that is on a subform.

I have 10 fields on the main form that will insert into another table just
like I need. The subform called "Location1" has a field called Directory.
How do I add that fieldname to the INSERT INTO command line?
 
Back
Top