ibbledibble
Registered User.
- Local time
- Today, 01:44
- Joined
- Sep 29, 2008
- Messages
- 59
Hi
I think I need to use a query to resolve this problem which is why I've posted here.
I need to add new records to my database involving fields from three different tables. The tables are called Customers, Incidents and Outcomes. Customers has a one-to-many relationship with Incidents, which in turn has a one-to-many relationship with Outcomes.
Currently I have multiple forms related to each table that the user can open in turn and add new data. However, this is becoming a long-winded way for entering certain types of enquiry to our service. Therefore I wanted to create one form that contains fields from the three different tables and add new records through this form. This will automatically place the new data in the corresponding tables relating to the fields. I presume I either need an append query or update query but have no idea which.
can anyone please help?
Thanks
I think I need to use a query to resolve this problem which is why I've posted here.
I need to add new records to my database involving fields from three different tables. The tables are called Customers, Incidents and Outcomes. Customers has a one-to-many relationship with Incidents, which in turn has a one-to-many relationship with Outcomes.
Currently I have multiple forms related to each table that the user can open in turn and add new data. However, this is becoming a long-winded way for entering certain types of enquiry to our service. Therefore I wanted to create one form that contains fields from the three different tables and add new records through this form. This will automatically place the new data in the corresponding tables relating to the fields. I presume I either need an append query or update query but have no idea which.
can anyone please help?
Thanks