F
Frank
Hi,
I have to export a range of addresses from an access database.I have built a
query which returns all of the addreses. (I had tons of help with it all by
the person referenced in the next sentence. But the final part has me
confused. I am very new. This was given to me by an extremely knowledgable
young lady.
Select <field List>
From YourTable
Where Number <= 799 OR (Number >= 900 AND Number <=999) OR (Number <= 4000
AND Number <= 5599)
Do I replace <field list> with the name of my field(which is "number") Does
this all get pasted into the field box in my query? Do I replace "yourtable"
with mine "membertable". I have no doubt the expression is correct, but I
need help implementing it.
Thanks,
Frank L
I have to export a range of addresses from an access database.I have built a
query which returns all of the addreses. (I had tons of help with it all by
the person referenced in the next sentence. But the final part has me
confused. I am very new. This was given to me by an extremely knowledgable
young lady.
Select <field List>
From YourTable
Where Number <= 799 OR (Number >= 900 AND Number <=999) OR (Number <= 4000
AND Number <= 5599)
Do I replace <field list> with the name of my field(which is "number") Does
this all get pasted into the field box in my query? Do I replace "yourtable"
with mine "membertable". I have no doubt the expression is correct, but I
need help implementing it.
Thanks,
Frank L