Help with filtering a subform - Compiler error

  • Thread starter Thread starter Corey-g via AccessMonster.com
  • Start date Start date
C

Corey-g via AccessMonster.com

HI All,

A2K3 on WinXP SP2

I have built a pop-up product search form, but I seem to have something wrong.
I have followed Allen Browne's example (search2000), and everything seems to
work until I try to use my text boxes (5 combo boxes, 2 text fields). When I
click on my filter button I get the compiler error - Method or data member
not defined. It always points to my text box name(s) in code.

My form has the text boxes on it, they have names, the form is set to allow
edits, additions, etc...

When I try : me.txtmytext field I have to type in the whole name - no code
completion for the 'tx' - just sits at Tag. SO for some reason it doesn't
think I have the textboxes or something - I don't get it.

Anyone have any suggestions?

TIA

Corey
 
Sorry, I should have mentioned that I have all of the filtering controls in
the form header, and the subform is in the detail section of the main form.
Also, the text boxes have the following properties set:
Enabled - Yes
Locked - No

I also copied the control 'Name' and pasted to make sure there were no
spelling issues...

Corey
 
Back
Top