P
PHisaw
Hi,
I'm trying to find out which is better - single query for multiple forms
with slight differences or query for each form? For example, I have
table tGenInfo,
query qGenInfo,
form fGenInfoRepair and
form fGenInfoManufacturing, and
formfGenInfoPackaging.
All forms are set up pretty much with the same fields - job number, contact,
customer, etc., but each one also has some slightly unique fields.
Should I just make one big query to accommodate all fields for each form or
have multiple queries with repeating info for each form?
If I should make multiple queries for each form, will this cause concern for
db size?
By the way, multi-user split database.
Thanks in advance for any help,
Pam
I'm trying to find out which is better - single query for multiple forms
with slight differences or query for each form? For example, I have
table tGenInfo,
query qGenInfo,
form fGenInfoRepair and
form fGenInfoManufacturing, and
formfGenInfoPackaging.
All forms are set up pretty much with the same fields - job number, contact,
customer, etc., but each one also has some slightly unique fields.
Should I just make one big query to accommodate all fields for each form or
have multiple queries with repeating info for each form?
If I should make multiple queries for each form, will this cause concern for
db size?
By the way, multi-user split database.
Thanks in advance for any help,
Pam