G
Guest
I am using the Contact Management template db from Access. The goal of the db is to track contact info and call info also track any gifts the contact is donating and track the inventory of these gifts.
Here is my problem, I have added 2 tbls and 2 frms to the db. A Gifts tbl and an Inventory tbl.. All the relationships are fine, all pk’s are fine. In the template db from the Contacts frm I want to have another command button next to the Dial… button that opens the Gifts tbl. The Gifts tbl and the Contacts tbl are related by the ContactID. The Gifts frm has a contact field and I want it to display the current contact records contact. I have been using the formula =Forms![Contacts]![ContactID] in the Default value field in the data tab property, with the control source ContactID. This hasn’t worked. Also when I would open another contact and open the gifts tbl I would still see the gifts for the first contact record. I have been trying to use the Calls frm fields as an example for the Gifts frm , no luck. In a nut shell when I open the Gifts frm I want it to display the Contact name and all related Gifts. How can I resolve this. I am in kindof a time crunch
Here is my problem, I have added 2 tbls and 2 frms to the db. A Gifts tbl and an Inventory tbl.. All the relationships are fine, all pk’s are fine. In the template db from the Contacts frm I want to have another command button next to the Dial… button that opens the Gifts tbl. The Gifts tbl and the Contacts tbl are related by the ContactID. The Gifts frm has a contact field and I want it to display the current contact records contact. I have been using the formula =Forms![Contacts]![ContactID] in the Default value field in the data tab property, with the control source ContactID. This hasn’t worked. Also when I would open another contact and open the gifts tbl I would still see the gifts for the first contact record. I have been trying to use the Calls frm fields as an example for the Gifts frm , no luck. In a nut shell when I open the Gifts frm I want it to display the Contact name and all related Gifts. How can I resolve this. I am in kindof a time crunch