run query online with sql statement

R

Reve

I have a site and need to run update query when person enters information
with form to my database. Should be able to do this with a sql statement but
can't find any info on how to do it.
 
E

Eric D via AccessMonster.com

If the user form is based on your database, once they enter data and move off
of that record, it's posted to your database. (This is highly not recommended)


In Acess, open a Module (new or existing) and then open Help.... search on
QueryDef, then look at OpenRecordSet Method.
 
Top