
Signature
RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
Please post back to this forum so all may benefit.
On Mar 13, 2:52 pm, "ruralguy via AccessMonster.com" <u12102@uwe>
wrote:
> Use either a Debug.Print, MsgBox or single step to see what you are actually
> putting in your WhereCondition string.
[quoted text clipped - 47 lines]
>
> - Show quoted text -
Here is what I get when I click the button:
"[HELO#]=14704 And [Stage #]=" & cmbStage & " And [Lead]=" & cmbResp &
""
This is what it should look like:
"[HELO#]=14704 And [Stage #]="4FL" And [Lead]="Flightline""
The problem is the triple quotation marks. How do I get quotation
marks to show up in VBA?
NeoFax - 13 Mar 2008 20:15 GMT
> On Mar 13, 2:52 pm, "ruralguy via AccessMonster.com" <u12102@uwe>
> wrote:
[quoted text clipped - 64 lines]
>
> - Show quoted text -
I figured it out. I just had to change the quotes to triple for begin
and quadruple for end. Now to figure out how to build the
strlinkcriteria if they don't select certain data in the comboboxes.
ruralguy - 13 Mar 2008 20:30 GMT
You are on your way NeoFax. Excellent!
>> On Mar 13, 2:52 pm, "ruralguy via AccessMonster.com" <u12102@uwe>
>> wrote:
[quoted text clipped - 5 lines]
>and quadruple for end. Now to figure out how to build the
>strlinkcriteria if they don't select certain data in the comboboxes.

Signature
RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
Please post back to this forum so all may benefit.