S
Sarn
Basically I'm trying to make a database that will check for me if
phone numbers is on the do not call list.
I got the numbers i want it to check my database against in 6 table
that have been put together in a Union query. The numbers from the DN
list come in a comma seperated value list. I opened that in excel an
imported the excel sheets into tables in access. Excell can only hav
65,000 something rows tho which is why i have 6 tables ;-/
But i think the union query should be sufficient.
what i want to do is have a value set to registered if a phone numbe
in the customer table matches a number in the union query or have i
say not registered if it doesn't find a match.
I have not idea how to do that though. Any help would be appreciate
;-
phone numbers is on the do not call list.
I got the numbers i want it to check my database against in 6 table
that have been put together in a Union query. The numbers from the DN
list come in a comma seperated value list. I opened that in excel an
imported the excel sheets into tables in access. Excell can only hav
65,000 something rows tho which is why i have 6 tables ;-/
But i think the union query should be sufficient.
what i want to do is have a value set to registered if a phone numbe
in the customer table matches a number in the union query or have i
say not registered if it doesn't find a match.
I have not idea how to do that though. Any help would be appreciate
;-