D
DS
I have a form with a listbox on it. You choose an item and another form
opens up. This second form (Menus)is based on a query. I have this in
the on Click property on the first form (Orders).
Forms!Orders!ListCat.Column(0) = Forms!Menus!ListMenu.Column(0)
However, when I click on the first form I get this...
Error 451
property let procedjure not defined and property get procedjure did not
return object
When I go to help, its just as unclear. What does this mean in plain
English? And how do I fix it?
Thnaks
DS
opens up. This second form (Menus)is based on a query. I have this in
the on Click property on the first form (Orders).
Forms!Orders!ListCat.Column(0) = Forms!Menus!ListMenu.Column(0)
However, when I click on the first form I get this...
Error 451
property let procedjure not defined and property get procedjure did not
return object
When I go to help, its just as unclear. What does this mean in plain
English? And how do I fix it?
Thnaks
DS