F
Ferd Berfel
that's about it... I want to create a query on the fly, e.g.
sqlStr = "select first,last,other,whatever from myTable"
then do a
Set qdf = db.CreateQueryDef("ShowTheData", sqlStr )
DoCmd.OpenQuery "ShowTheData", acViewNormal, acEdit
and then
set column 1 to (e.g) 50
column 2 to 100
column 3 to ....
is this possible?
tia!
f
sqlStr = "select first,last,other,whatever from myTable"
then do a
Set qdf = db.CreateQueryDef("ShowTheData", sqlStr )
DoCmd.OpenQuery "ShowTheData", acViewNormal, acEdit
and then
set column 1 to (e.g) 50
column 2 to 100
column 3 to ....
is this possible?
tia!
f