Hi all
This is probably very easy to do.
I need to be able to view the results of an SQL SELECT statement
like a built access query
i.e
sub MySub()
dim TempSQL as string
TempSQL = "SELECT * FROM tblTable WHERE name = 'ME'"
docmd.runSQL tempSQL
end sub
problem is, you cant use .runSQL with SELECT statements
does anyone have any solution for this
This is probably very easy to do.
I need to be able to view the results of an SQL SELECT statement
like a built access query
i.e
sub MySub()
dim TempSQL as string
TempSQL = "SELECT * FROM tblTable WHERE name = 'ME'"
docmd.runSQL tempSQL
end sub
problem is, you cant use .runSQL with SELECT statements
does anyone have any solution for this
