D
Danu
In the Forms Forum, I asked for help in setting up a form which would filter
records from a table. The following web site was suggested:
http://www.cadellsoftware.org/SampleDBs.htm#FilterForm. I went there and
downloaded the zip file. I reviewed the code and I am VERY NEW at
reading/writing code. I plugged it into my form and made changes where I
thought.
My form has two option groups and two combo boxes. When I try to compile the
SQL string via DEBUG/COMPILE in the VBA screen, I get an error message
"Method or Data Member Not Found" and it is highlighting "Select Case
Me.fraPNB.Value".
Here is my first question. fraPNB is referring to an option group on the
form. What is the method or data member not found?
Thanks in advance for any help.
records from a table. The following web site was suggested:
http://www.cadellsoftware.org/SampleDBs.htm#FilterForm. I went there and
downloaded the zip file. I reviewed the code and I am VERY NEW at
reading/writing code. I plugged it into my form and made changes where I
thought.
My form has two option groups and two combo boxes. When I try to compile the
SQL string via DEBUG/COMPILE in the VBA screen, I get an error message
"Method or Data Member Not Found" and it is highlighting "Select Case
Me.fraPNB.Value".
Here is my first question. fraPNB is referring to an option group on the
form. What is the method or data member not found?
Thanks in advance for any help.