Hi, I'm still trying with this but think I'm closer. I have the following tables set up:
Tbl!Employee: Emp_id, Emp_lname
Tbl!Audit: Audit_id, audit_type, audit_auditee_Emp_id
Tbl!Expense: Exp_id, exp_type, exp_amount, exp_date
Tbl!Junction: Audit_id, Exp_id
When I create my forms and start entering information, it appears to be working correctly but when I look at where the information goes into my tables, I don't see my audit_id and exp_id going into the junction table. So, do I even need this table? When I look in table view, and click on all the "+" signs, employee table shows audit table and audit table shows nothing under exp_id
when I click on the "+" on the audits table, again nothing under exp_id
when I click on the "+" on the expense table, nothing under audit_id
What am I missing??????
Tbl!Employee: Emp_id, Emp_lname
Tbl!Audit: Audit_id, audit_type, audit_auditee_Emp_id
Tbl!Expense: Exp_id, exp_type, exp_amount, exp_date
Tbl!Junction: Audit_id, Exp_id
When I create my forms and start entering information, it appears to be working correctly but when I look at where the information goes into my tables, I don't see my audit_id and exp_id going into the junction table. So, do I even need this table? When I look in table view, and click on all the "+" signs, employee table shows audit table and audit table shows nothing under exp_id
when I click on the "+" on the audits table, again nothing under exp_id
when I click on the "+" on the expense table, nothing under audit_id
What am I missing??????