Hello Everyone,
I'm currently having trouble trying to use a datasheet sub-form as a more flexible multi-selection tool, as a list box is far to restrictive when you are dealing with over a thousand items, which you will have to sort/filter through.
What I am trying to achieve is a system where a user who is making a factory purchase order can look in a datasheet sub-form which contains a list of invoiced orders and can select the ones they need by clicking on a check-box. This selection must then be linked to the factory purchase order so that the selection is preserved and can be used for other applications such as populating a list of products that are in those selected orders.
I'm attaching an image which might help you picture the scenario:
I've tried using a many to many table containing the ID's for the Invoice and Factory orders as keys and a yes/no field for the check-box but if I do that then I can't think of a way to have the list show all the Invoice orders and only store the orders that have been ticked otherwise I will have an enormous table on my hands which I want to avoid.
I hope someone can help me with my problem and that I have been clear enough in my explanation as English is not my first language.
Thank you.![]()