D dr223 Registered User. Local time Yesterday, 22:39 Joined Nov 15, 2007 Messages 219 Jun 8, 2009 #1 Hallo, I am new to access please could anyone tell me what does this two line of codes mean; Set qDF = cON.CreateQueryDef("", strSQL) Set rST1 = qDF.OpenRecordset() Thanks
Hallo, I am new to access please could anyone tell me what does this two line of codes mean; Set qDF = cON.CreateQueryDef("", strSQL) Set rST1 = qDF.OpenRecordset() Thanks
N namliam The Mailman - AWF VIP Local time Today, 07:39 Joined Aug 11, 2003 Messages 11,695 Jun 8, 2009 #2 the first makes a temporary query definition ("") that is opened on the second line. Good luck !