
Originally Posted by
chris.williams
I have a primary form which contains the Pk for table "tickets"
On that form, I need to create subform which displays multiple records from the "images" table.
The relationship between the tables is 1-M, Tickets-Images.
How do I go about creating a subform which would allow me to associate all new records to the ticketID field? Additionally, all fields in the subform for Images would be dropdown selections based on relationships from other tables.
The sample Assets db for Access 2010 has the functionality I need in the Asset List and Contact List forms, but I am not understanding the details of it.
Thanks...