Access form update/Requery?

  • Thread starter Thread starter Master Jedi
  • Start date Start date
M

Master Jedi

my form has subforms
main form Table Clients has clientID, address, phone etc...
subform Table Products has productID, Type, Lenght, etc...
the form shows 2 records at the mo,
a sequence of other forms get the info into the tables
but when i open the main form stil only 2 records showing
how can i update the main Form to show all records?
 
I didn't see anything in your description that tied the [Products] table
back to the [Clients] table. For a subform to show records related to the
record showing in the main form, those records would need to be ... well,
related!

More info, please...

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top