C
cefrancke
Which is typically faster or preferred...
Let the query do the calculated fields or the report?
Join tables and let the query lookup the fields or only include the
lookup table ID's (foreign keys in master table) and let the report
lookup the values in combo boxes?
TIA
Let the query do the calculated fields or the report?
Join tables and let the query lookup the fields or only include the
lookup table ID's (foreign keys in master table) and let the report
lookup the values in combo boxes?
TIA