iankerry
Registered User.
- Local time
- Today, 06:37
- Joined
- Aug 10, 2005
- Messages
- 190
Hi
I am trying to do something simple.... ha.
On a continous form i want a textbox to show me the value of the 3rd column in a combobox on the form.
so i add a text box and give it the control source =[filmCopyID].[column](2).
It works well, and i see the data i need to see.
however if i try and do anything with the form, like filter or sort, it comes up with the error
The method you tried to invoke on an object failed.
It is my new box that has causes it but dfespite googling for an hour i am none the wiser.
anyone have any ideas?
thanks
ian
I am trying to do something simple.... ha.
On a continous form i want a textbox to show me the value of the 3rd column in a combobox on the form.
so i add a text box and give it the control source =[filmCopyID].[column](2).
It works well, and i see the data i need to see.
however if i try and do anything with the form, like filter or sort, it comes up with the error
The method you tried to invoke on an object failed.
It is my new box that has causes it but dfespite googling for an hour i am none the wiser.
anyone have any ideas?
thanks
ian