This is what i have:
----------------
If Len(Combo102) > 0 Then
With Forms![Add an Order and Details]![Order Details
Subform].Form.ProductID
.RowSource = "SELECT Warehouse FROM Products WHERE Warehouse = " &
Combo102
End With
End If
----------------
When i click on the combo102 and get a Warehouse, it's all good of course,
but when i click on the combobox in the subform, a popup window comes up and
is asking me to select something (i can't read it all because the window is
too small).
Now, i am not using an ID to pull it from, i am just using a "text" field.
I was using an ID for the Warehouse, but then it would store the Warehouse
ID in the table, and i don't want to do that.
Any more help would be appreciated.
Steve Sanford said: