Drag and Drop?

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have a form based on a query. I have a couple of combo
boxes which breaks down an item code field in to groups a-
c, d-f,g-i etc. I also have a sub-form on the form (based
same query) with Qty, item code, Item Description. Is it
possibly to be able to select the item code from the combo
box and drag and drop it in to the sub-form item code. If
so how?
 
Hi Dan,
You can use code to copy an item selected in a
combo box to another field in the subform, but you cannot
drag-n-drop it.

Hope This Helps
 
Back
Top