B
Bryan Brassell
Two tables, each with a field called Service_to. Can't connect them by this
field for various reasons.
I am pulling each customer number from the first table - the customer
numbers are linked. I need to pull only data from the second table where the
service_to date is equal to the service_to date in table 1.
I am getting an error when I try this by putting
"table1.service_to=table2_service2". What am I doing wrong?
field for various reasons.
I am pulling each customer number from the first table - the customer
numbers are linked. I need to pull only data from the second table where the
service_to date is equal to the service_to date in table 1.
I am getting an error when I try this by putting
"table1.service_to=table2_service2". What am I doing wrong?