C
CoachBarkerOJPW
I have a data base for a business. Say the business offers five different
services serv1, serv2, serv3, serv4, serv5. I want to be able to manage these
services (A, U, D, V, S). I don't want them all in one table because I dont'
want the services mixed as I manage them. so I have (and yes I need to use
autonumber as the primary key) the following
tblServ1
tblServ2
tblServ3
tblServ4
tblServ5
In each table I have 4 fields
PrimaryKey ServType Cost SomeText
I want to have another table, tblServices that lists all of the services, so
when a selection is made from a combo box on a form, either a form or a data
grid fill with the appropiate data, depending on which service is selected.
The problem is I can not remember how to set up the tblServices. Any help
would be greatly appreciated.
TIA
CoachBarkerOJPW
services serv1, serv2, serv3, serv4, serv5. I want to be able to manage these
services (A, U, D, V, S). I don't want them all in one table because I dont'
want the services mixed as I manage them. so I have (and yes I need to use
autonumber as the primary key) the following
tblServ1
tblServ2
tblServ3
tblServ4
tblServ5
In each table I have 4 fields
PrimaryKey ServType Cost SomeText
I want to have another table, tblServices that lists all of the services, so
when a selection is made from a combo box on a form, either a form or a data
grid fill with the appropiate data, depending on which service is selected.
The problem is I can not remember how to set up the tblServices. Any help
would be greatly appreciated.
TIA
CoachBarkerOJPW