how can I excecute a macro in Access from an Infopath form

J

Jhon S.

Hi;
I have made a macro in Access called Availability; that executes SQL
queries, so that i have the Information redy to get diplay in a table; y have
also made the Infopath view to this table; but i don't know ; How can I
excecute my access macro from an Infopath form..so that i can get my
information updated.? Is it posible....? y was trying to fugure it out but
not ...! i can't break to it....
Do I need; VS or JScript...?
i hoppe you can help me...whit some samples...!
greattings
JS
 
B

Bob C.

Opt 1) Use managed code, create a connection to the db, and execute the
queries as needed.

Opt 2) (this may be the simplest) Create secondary data connections to the
access db queries (1 for each query, as in the access macro).
 
J

Jhon S.

Thanks; Bob.
Can you help me finding some managed code exsamples ?...or web pages...!
Much apreciated your help...
JS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top