I have three tables and I want to formulate a query for a form.
tblMbr:
mbr_ID (key) 1-many with tblMbrCerts
first_name
etc...
tblMbrCerts: join table
mbr_ID (key)
cert_ID (key)
cert_date
tblCerts:
cert_ID (key) 1-many with tblMbrCerts
cert_name
I want to:
-Display all the skills for the given member in one form.
-Display all the members with a given skill (or set of skills) in another form.
I want to display the non ID values. I hope I created the join table correctly. I was just following the help directions provided by Access.
Thanks in advance,
-C
tblMbr:
mbr_ID (key) 1-many with tblMbrCerts
first_name
etc...
tblMbrCerts: join table
mbr_ID (key)
cert_ID (key)
cert_date
tblCerts:
cert_ID (key) 1-many with tblMbrCerts
cert_name
I want to:
-Display all the skills for the given member in one form.
-Display all the members with a given skill (or set of skills) in another form.
I want to display the non ID values. I hope I created the join table correctly. I was just following the help directions provided by Access.
Thanks in advance,
-C