Text Box On A Subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main form and a subform. The main form executes a parameter query
against a table that contains order number, name, office, date, and a primary
key. The subform is bound to a table on a SQL server and has a parent child
link by primary key to the main form. This allows for the primary key to be
stored in the table that is bound to the subform when all is saved.

What I can't figure out is how to get a text box on the subform to allow me
to type comments in the box and save the comments to a table on the SQL
server. I also need the pimary key stored in this table as well.
Unfortunately the table for comments is different than the table that is
bound to the subform.

Please let me know if you have any suggestions.

Thanks.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top