I was wondering if and if so, how it is possile to make VBA execute an SQL command directly. I am used to php, where you can just say:
sql = "SELECT bla FROM bla WHERE bla" etc
and then execute that SQL.
Since i am running in to an problem which i do not have the access knowledge of fixing the access-way, i was wondering if i could do it directly in sql. Tnx in advance.
sql = "SELECT bla FROM bla WHERE bla" etc
and then execute that SQL.
Since i am running in to an problem which i do not have the access knowledge of fixing the access-way, i was wondering if i could do it directly in sql. Tnx in advance.