G
Guest
Hello -
I have seen a surprising amount of different ways to handle relationships
between tables and forms coding, particularly from Microsoft, with no mention
of the best thing to use and why.
It seems to me the best thing to do would be use queries, because they're
pre-compiled. Microsoft consistently provides samples that put the query
text for a combobox, i.e., under the row source, as opposed to a query.
Any thoughts on the above? I am developing a database for 10 concurrent
users and want it to be as speedy as possible.
I have seen a surprising amount of different ways to handle relationships
between tables and forms coding, particularly from Microsoft, with no mention
of the best thing to use and why.
It seems to me the best thing to do would be use queries, because they're
pre-compiled. Microsoft consistently provides samples that put the query
text for a combobox, i.e., under the row source, as opposed to a query.
Any thoughts on the above? I am developing a database for 10 concurrent
users and want it to be as speedy as possible.