G
Guest
Dear All,
I have two tables A and B (ID is the primary key), and a query C. Query C
catches ID from table A. I have created a form; this form can select ID from
query C. What I need to do is:
If the selected ID is in table B, I will show all the items in table B in
this form. If the selected ID is not in table B, I can enter data through
this form, and all my data entry will go to table B.
My problem is: I can select ID from Query C into this form, but all the item
in table B can not change with the selected ID. I also can not test if I can
do data entry, because only the first record in table B show up in my form.
Thanks,
Blinda
I have two tables A and B (ID is the primary key), and a query C. Query C
catches ID from table A. I have created a form; this form can select ID from
query C. What I need to do is:
If the selected ID is in table B, I will show all the items in table B in
this form. If the selected ID is not in table B, I can enter data through
this form, and all my data entry will go to table B.
My problem is: I can select ID from Query C into this form, but all the item
in table B can not change with the selected ID. I also can not test if I can
do data entry, because only the first record in table B show up in my form.
Thanks,
Blinda