OK Here goes! I will try and explain what I want to achieve by using a customer / order database example. The database I am actually adapting is a collage faculty ILP database but I think the customer/order database would be easier to explain.
So I have a Customer form and an Order Subform within the Customer form. Within the Order Subform I can have many orders. When I load another customer's record, I can see only those orders for that customer. Great that works as I would expect. What I want to do is have a listbox that lists all the dates that customer has placed an order and when I double click onto that date within the listBox I want that specific Order Form to load in the subform. The reason i don't want this to be a simple report is because i want to be able to update some values in that specific Subform if that makes sense.
Any ideas as to how this could be done?
Thank you in advance.
Regards
Dan
So I have a Customer form and an Order Subform within the Customer form. Within the Order Subform I can have many orders. When I load another customer's record, I can see only those orders for that customer. Great that works as I would expect. What I want to do is have a listbox that lists all the dates that customer has placed an order and when I double click onto that date within the listBox I want that specific Order Form to load in the subform. The reason i don't want this to be a simple report is because i want to be able to update some values in that specific Subform if that makes sense.
Any ideas as to how this could be done?
Thank you in advance.
Regards
Dan