Using tables in forms/subforms.

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
 
R

Reggie

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.
 
F

Frank Martin

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


Top