B
b_a_redman
Ok, i have three tables, one called Ambulance Trusts, Service and ServiceAT.
The junction table being ServiceAT.
Ambulance Trusts (tbl) Services(tbl)
ServiceAT(tbl)
AmbulanceID ServiceID
Ambulance ID
Service ID
Each field on the tables are primary keys. What the purpose of these tables
is, so that one ambulance can be providing many services, and one serice can
be provided by many ambulance trusts. Im having difficulty on the data entry
side of this. For example, i have created a form based upon the Ambulance
Trusts table, i want to be able to select several services, and all the
relavent data filled in on the conjunction table. I dont no how to select
this data. I dont want the user to have to enter in the ID of anything. What
i want is a combo box or list box whereby the user selects all the services
that the ambulance provides, and it populate all the realvent fields across
the database. When i come back to view that record at a later date, i want it
to show all the services that i selected before, NOT the ID.
The junction table being ServiceAT.
Ambulance Trusts (tbl) Services(tbl)
ServiceAT(tbl)
AmbulanceID ServiceID
Ambulance ID
Service ID
Each field on the tables are primary keys. What the purpose of these tables
is, so that one ambulance can be providing many services, and one serice can
be provided by many ambulance trusts. Im having difficulty on the data entry
side of this. For example, i have created a form based upon the Ambulance
Trusts table, i want to be able to select several services, and all the
relavent data filled in on the conjunction table. I dont no how to select
this data. I dont want the user to have to enter in the ID of anything. What
i want is a combo box or list box whereby the user selects all the services
that the ambulance provides, and it populate all the realvent fields across
the database. When i come back to view that record at a later date, i want it
to show all the services that i selected before, NOT the ID.