bightme_99
New member
- Local time
- Today, 06:56
- Joined
- Jun 17, 2002
- Messages
- 5
I have a database with several tables in it. One table contains a list of names and some general information about each contact. Each contact is also assigned a Replication ID (ContactID - unique to each individual). Then I have another table with notes for each contact. I set this up with a subform which links the Replication ID's from both tables. Therefore when I select any contact in the main form, the subform only displays those records (from the SECOND table) that have the same ContactID as the primary.
Here's my question. I have a whole bunch of different tables relating to the original client table. I want to be able to create forms WITHOUT subforms that will pull the names from the primary table, but will still let me view in Continuous Form View and edit/add data to the "sub" table. In other words, I want to place fields from the main table and the seondary table in the same form without using a subform. I don't think I can use a query, because then I won't be able to add new entries to the 2nd table. All I need from the Primary table is the name.
Also, the name doesn't have to be edditable. It just needs to be displayed. I think what I am saying is that the table/form should refference the primary table (using the ContactID) and pull up the name. This should then be displayed in the form, without actually recording the name in another table. I want to do this from multiple tables.
I hope I have been clear.
I really appreciate any help anyone can supply me with!
Thanks in advance.
Here's my question. I have a whole bunch of different tables relating to the original client table. I want to be able to create forms WITHOUT subforms that will pull the names from the primary table, but will still let me view in Continuous Form View and edit/add data to the "sub" table. In other words, I want to place fields from the main table and the seondary table in the same form without using a subform. I don't think I can use a query, because then I won't be able to add new entries to the 2nd table. All I need from the Primary table is the name.
Also, the name doesn't have to be edditable. It just needs to be displayed. I think what I am saying is that the table/form should refference the primary table (using the ContactID) and pull up the name. This should then be displayed in the form, without actually recording the name in another table. I want to do this from multiple tables.
I hope I have been clear.
I really appreciate any help anyone can supply me with!
Thanks in advance.