This might be a silly question, but here goes...
When I view data within my tables, due to the relationships I've created, there's a little "+" sign next to each record. Clicking on the "+" enables me to expand and collapse each record to see all the related data.
Does anyone know a way to duplicate this functionality within a form using a datasheet view? On forms, all I get is the generic record selector (looks kinda like ">"
which doesn't allow for expanding a collapsing.
As a specific example, each customer can order 1-to-many products. Each product (ex: tshirt) can have 1-to-many options (color, size, etc...) per product. Simple example, and a very common one at that...
I'd like to have a form (orders) and a subform (products), and be able to expand and collapse each product to add the necessary options (creating a form, subform, and another sub-subform clogs up the navigation, and makes the form unwieldy, so I'd certainly prefer the "expand" and "collapse" approach).
Does this make sense? Any help would be greatly appreciated!
Thanks!!!
When I view data within my tables, due to the relationships I've created, there's a little "+" sign next to each record. Clicking on the "+" enables me to expand and collapse each record to see all the related data.
Does anyone know a way to duplicate this functionality within a form using a datasheet view? On forms, all I get is the generic record selector (looks kinda like ">"
As a specific example, each customer can order 1-to-many products. Each product (ex: tshirt) can have 1-to-many options (color, size, etc...) per product. Simple example, and a very common one at that...
I'd like to have a form (orders) and a subform (products), and be able to expand and collapse each product to add the necessary options (creating a form, subform, and another sub-subform clogs up the navigation, and makes the form unwieldy, so I'd certainly prefer the "expand" and "collapse" approach).
Does this make sense? Any help would be greatly appreciated!
Thanks!!!