J
JohnR
I recently moved to ADP and SQL server. In regular Access I frequently used
the command in VBA to creat a QueryDef.
Set qdf = CurrentDB.CreateQueryDef("Query Name", "Select * from table")
Is there any comparible command to create a view in VBA?
Thank you in advance
JohnR
the command in VBA to creat a QueryDef.
Set qdf = CurrentDB.CreateQueryDef("Query Name", "Select * from table")
Is there any comparible command to create a view in VBA?
Thank you in advance
JohnR