
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
I'm going to assume that you are asking for vba code to build and execute a query in an access code module. If that's not what you need then please rephrase your question. strSQL = "Select * FROM tblMyTable WHERE UserID = jobrienct;" CurrentDb.Execute strSQL regards, John jobrien AT acscience DOT com [EMAIL PROTECTED] (Paja) wrote in message news:<[EMAIL PROTECTED]>... > Hi, > > I need to make a NEW query with help VB code in Access. In the VB is > not something like createquery, addquery or newquery. Thanks for your > answers. > > Paja
| <-- __Chronological__ --> | <-- __Thread__ --> |