P
paul a via AccessMonster.com
hi..
I am building recordsource of a form A from another form, form B, using vba.
I need to use email address as one of the query criteria.
i.e., the recordsource property is something like
select * from tableA where email='[email protected]'
now, when formA opens, it asks input for 'abc.com' because it [email protected]
is a variable...
is there any escape characters I can use?
i've tried [@], double quotes, \@, etc... but no avail..
how can I get around this??
Thanks~~
I am building recordsource of a form A from another form, form B, using vba.
I need to use email address as one of the query criteria.
i.e., the recordsource property is something like
select * from tableA where email='[email protected]'
now, when formA opens, it asks input for 'abc.com' because it [email protected]
is a variable...
is there any escape characters I can use?
i've tried [@], double quotes, \@, etc... but no avail..
how can I get around this??
Thanks~~