Bob Vickers
New member
- Local time
- Today, 14:41
- Joined
- May 9, 2011
- Messages
- 5
I have a Product ComboBox dependent on the contents of a ProductCatagory ComboBox. (only Products in the Specified Catagory are shown). This works in Form view - i.e. only showing a single line of the order at a time, but does not work in Datasheet view. In Datasheet view the right Products come up and I can select one but as soon as I click off it disappears.
I need the form in datasheet view in order items by line. I have the following Requery at form level what is missing/wrong.
Private Sub Form_Current()
Me.Product.Requery
End Sub
I need the form in datasheet view in order items by line. I have the following Requery at form level what is missing/wrong.
Private Sub Form_Current()
Me.Product.Requery
End Sub