T
TaylorLeigh
Is it better to create a form from tables or queries and why do I choose one
over the other.
Thanks,
over the other.
Thanks,
Is it better to create a form from tables or queries and why do I choose one
over the other.
Thanks,
I always rather base the form on the Table (which mean the RecordSource of
the form is based on the table - as SQL and not as single table, so you can
sort or filter the form)
I wouldn't create a query for the form unless I need to use it in other
objects (another form or report) so if a change is made it will apply to all
the objets related.