Using tables in forms/subforms.

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

I have to redesign an invoice form containing a subform call "InvoiceLines."

Is best to use the table "Invoice Lines" for this subform, or is it better
practice to use a query of the table "Invoice Lines"?

Please help, Frank
 
Frank, It's normally more flexible basing forms/subforms on queries. Much
easier to set default sorting to setup criteria/parameters for the data you
want displayed on your forms. You can also add multiple related tables to
the query to include in your forms.
 
Thanks, I'll do this.


Reggie said:
Frank, It's normally more flexible basing forms/subforms on queries. Much
easier to set default sorting to setup criteria/parameters for the data you
want displayed on your forms. You can also add multiple related tables to
the query to include in your forms.
 

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

Similar Threads

Problem with form/subform. 4
Can't format to currency. 3
Form/Subform 13
Form/Subform 3
Line Items for Invoices 1
Error when using subform 2
transfering calculated records from forms to tables 1
Form with subform 4

Back
Top