K
Kay
Hello all,
I have a good understanding of rrelational databasing, but not much about
VB. I am trying to help an associate search two unrelated tables at the same
time. Access is used to hold information as two separate flat files because
Excel cannot hold that many records. Thus..no relational database qualities.
The two tables come off of separate feeds. At least fifteen times a day, the
associate must field questions from our client asking for a specific number.
It could be in either table or both. We want to return a query with the
results or a message saying no record found. 99% of the time the record will
be found. Because each table has as many as four million records, I thought
a union query would run slow if not crash on a standard pc. I would like to
use a dialog form that allows for the entry of the criteria and then searches
both tables. What would you suggest.
I have a good understanding of rrelational databasing, but not much about
VB. I am trying to help an associate search two unrelated tables at the same
time. Access is used to hold information as two separate flat files because
Excel cannot hold that many records. Thus..no relational database qualities.
The two tables come off of separate feeds. At least fifteen times a day, the
associate must field questions from our client asking for a specific number.
It could be in either table or both. We want to return a query with the
results or a message saying no record found. 99% of the time the record will
be found. Because each table has as many as four million records, I thought
a union query would run slow if not crash on a standard pc. I would like to
use a dialog form that allows for the entry of the criteria and then searches
both tables. What would you suggest.