Multiple Records in Tables

T

Tim

I have four tables that each contain a unique account number for a customer
and a service rendered. I want to be able to query out the various
combinations of who had what done.

Example one table has an account # and tire rotation. The next table has
account # and oil change. The next tune-up and the next air filter.

I would like to query who had just a tire rotation, who had a tire rotation
and oil change, who had a oil change and air filter and so forth.

Any help is greatly appreciated and thank you in advance.

Tim
 
E

Eighte

What would you do? Same. It goes to Ungratefuls.

Please don`t say to us!
MoneiTakuya.
 
K

KARL DEWEY

Do not use separate tables but just add a field identifying maintenance action.
AccountID -
Customer - Text
SvcType - Text - Oil Add, Oil Change, Tire Rotate, Fix Flat, Tire Balance,
etc.
SvcDate DateTime
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top