Oct 13, 2005 #1 VBAguy22 IS-IT--Management Aug 5, 2003 180 CA Hi I have a VB string myString that contains some SQL code. How do I create a query based on that code? 1000 THNX
Hi I have a VB string myString that contains some SQL code. How do I create a query based on that code? 1000 THNX
Oct 13, 2005 1 #2 PHV MIS Nov 8, 2002 53,708 FR A starting point: Dim qdf As QueryDef Set qdf = CurrentDB.CreateQueryDef("name of query", myString) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
A starting point: Dim qdf As QueryDef Set qdf = CurrentDB.CreateQueryDef("name of query", myString) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886