I am not sure what I am doing wrong. I have two tables that are a manay to many relationship. tblCareOptions and tblFacilities. I reviewed some of the wonderful threads in the tables forum. I visited Microsoft Access Help for relationships and forms. I've visited some of the Access tutorials and discussions on the web. I thought I had it but for some reason, I am still missing something. Problem:After entering care option values from a dropdown list on my CareOptions subform--"I did this for 10 records as a test" the careoptions i entered disappear after i close the form.
tblCareOptions
pk = CareOptionsID (Autonumber)
one field = CareOptionsDetail (lookup)
tblFactilies
pk = FacilNumberID (Autonumber)
facilitynumber (number)
Facilityname (text)
FacilTelephoneNumber (itext)
tblFacilCareOptionjoin
pk = FacilCareID (Autonumber)
fk = FacilNbrID (Number)
fk = CareOptionsID (Number)
I created a CareOptions form. I also created a CareOptions subform on my Facilities Form linking CareOptionsID as Child Field and FacilNbrID as Master Field. I thought I had it working but to my chagrin no. I tried a few other links then tried basing my CareOptions form on a query. I linked my tblCareOptions to TblFcilCareOptionjoin.
I am at a loss for getting a choice of CareOptions to link to each facility.
I appreciate advice to get this DB working.
Thanks
tblCareOptions
pk = CareOptionsID (Autonumber)
one field = CareOptionsDetail (lookup)
tblFactilies
pk = FacilNumberID (Autonumber)
facilitynumber (number)
Facilityname (text)
FacilTelephoneNumber (itext)
tblFacilCareOptionjoin
pk = FacilCareID (Autonumber)
fk = FacilNbrID (Number)
fk = CareOptionsID (Number)
I created a CareOptions form. I also created a CareOptions subform on my Facilities Form linking CareOptionsID as Child Field and FacilNbrID as Master Field. I thought I had it working but to my chagrin no. I tried a few other links then tried basing my CareOptions form on a query. I linked my tblCareOptions to TblFcilCareOptionjoin.
I am at a loss for getting a choice of CareOptions to link to each facility.
I appreciate advice to get this DB working.
Thanks