Hi

I want to use the contents of a variable in a Word VBA
module as a criterion to filter records in an Access
database.
A SQL string however does not accept variables.
Passing the variable to a form in the Access database
seemed like a possible option, but I do not manage to make
it work.
Does anybody have experience with this, or a suggestion
for books that cover this ?

Rudy Tirry

Re: How can I pass a Word VBA variable to an ACCESS Query SQL string? by Word

Word
Fri Jul 04 23:23:09 CDT 2003

G'day "Rudy" <rudy.tirry@bowneglobal.be>,

pass teh contents of the variable...


SomeSqlCall "A long set prefix" & format(MyVariable) & " some long
suffix"



"Rudy" <rudy.tirry@bowneglobal.be> was spinning this yarn:

>Hi
>
>I want to use the contents of a variable in a Word VBA
>module as a criterion to filter records in an Access
>database.
>A SQL string however does not accept variables.
>Passing the variable to a form in the Access database
>seemed like a possible option, but I do not manage to make
>it work.
>Does anybody have experience with this, or a suggestion
>for books that cover this ?
>
>Rudy Tirry

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email: word_heretic@yahoo.com.au
Products: http://www.geocities.com/word_heretic/products.html
Spellbooks: 728 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.