L
L. Woodhouse
In reference to an earlier question --
I got the answers (thank you!) but it is not recognizing ME in
Me!Name = Me!YourComboName.Column(1)
Name is theunit price and the field on the form is called
UnitPrice
YourComboName I am assuming is the name of the field that
the combo box appears in on the current form which would be
PROD
Therefore, I should type
Me!UnitPrice = Me!Prod.Column(1)
What am I missing?
I got the answers (thank you!) but it is not recognizing ME in
Me!Name = Me!YourComboName.Column(1)
Name is theunit price and the field on the form is called
UnitPrice
YourComboName I am assuming is the name of the field that
the combo box appears in on the current form which would be
PROD
Therefore, I should type
Me!UnitPrice = Me!Prod.Column(1)
What am I missing?