I have a continuous form that the user can enter a number of items.
he does this by selecting each item from a drop down box. the drop down box can contain quite a few items for each customer. doing it this way it is slow and laborious.
I'd like to display on separate form all of the available items to him. he can then check the ones he wants and on closing the form the original is populated with the selected items.
I can't get my head around how to do this. Do I need the check box on the actual table he is selecting from., how do i stop any contention from another user.
Must be a long day as I can't think how to do this.
he does this by selecting each item from a drop down box. the drop down box can contain quite a few items for each customer. doing it this way it is slow and laborious.
I'd like to display on separate form all of the available items to him. he can then check the ones he wants and on closing the form the original is populated with the selected items.
I can't get my head around how to do this. Do I need the check box on the actual table he is selecting from., how do i stop any contention from another user.
Must be a long day as I can't think how to do this.