V
vircalendar via AccessMonster.com
I have two tables that track physician specialties and the category of
procedures they perform: tbl_service and tbl_category. Each table has two
fields: service and svc_ID, category and cat_ID. The ID fields are
autonumbered keys. Each table holds about 15 records.
All of the records in tbl_svc need to have a connection to more than one
record in tbl_category and vice versa. In addition, each of these tables has
relationships with several other tables that are not involved in the current
issue.
I followed the directions of several posts and created a junction table
called tbl_serviceandcategory. It consists of two fields: svc_id and cat_ID,
which are long integer number fields and both identified as key fields in the
new table. I went to the relationship window and created one-to-many
relationships between each of the existing tables and the new one.
Now what? I open the new table and see only one record, which has two fields
that both have the value 0. I'm not really sure what I was expecting, but
that was not it.
procedures they perform: tbl_service and tbl_category. Each table has two
fields: service and svc_ID, category and cat_ID. The ID fields are
autonumbered keys. Each table holds about 15 records.
All of the records in tbl_svc need to have a connection to more than one
record in tbl_category and vice versa. In addition, each of these tables has
relationships with several other tables that are not involved in the current
issue.
I followed the directions of several posts and created a junction table
called tbl_serviceandcategory. It consists of two fields: svc_id and cat_ID,
which are long integer number fields and both identified as key fields in the
new table. I went to the relationship window and created one-to-many
relationships between each of the existing tables and the new one.
Now what? I open the new table and see only one record, which has two fields
that both have the value 0. I'm not really sure what I was expecting, but
that was not it.