Due to systems mergers from acquisitions, differences in how we handle customers with accounts versus customers without accounts and because we have a mailing address and ship to address to deal with a customer name or DBA (that's "doing business as" not database administrator!)could be be in one of up to 10 fields. And since we have a separate set of tables for the current months activity versus "permanant" files for all the activity prior to the current month, it could be in up to 20 fields. (Don't you just love consistency?)
My method works; but I want to know if there is a better, more efficinet way to do it.
I merge the current month sales order table with the permanent file via a Commmand and then in the resulting table I create a formula called "SearchFields" that has all the fields concatenated into one long string. Then I query for records that have my search parameter in "SearchFields" with a *LIKE* query.
Is there a better way?
Thanks,
Bryan
My method works; but I want to know if there is a better, more efficinet way to do it.
I merge the current month sales order table with the permanent file via a Commmand and then in the resulting table I create a formula called "SearchFields" that has all the fields concatenated into one long string. Then I query for records that have my search parameter in "SearchFields" with a *LIKE* query.
Is there a better way?
Thanks,
Bryan