Hi all,
please leme knoe how to execute an access query from vb
I need to run a make table query...
sqlq = "SELECT ned_rpt_case_stats.* INTO temp " & _
" FROM ned_rpt_case_stats"
thats my query
now i always just put in a data structure from the toolbox and call it datSQL. then i go datsql.recordsource=sqlq...
but now i need the query to actually execute from vb so that the table in access gets created
thanks ina advance
