Jul 31, 2003 #1 HomeALone Instructor Jul 20, 2001 110 US Can someone show me how to convert this into ADO. Thank you very much! Dim db As DAO.database Dim sSQL As String Set db = CurrentDb()
Can someone show me how to convert this into ADO. Thank you very much! Dim db As DAO.database Dim sSQL As String Set db = CurrentDb()
Jul 31, 2003 #2 FancyPrairie Programmer Oct 16, 2001 2,917 US Dim cnn As ADODB.Connection Set cnn = CurrentProject.Connection Upvote 0 Downvote
Jul 31, 2003 Thread starter #3 HomeALone Instructor Jul 20, 2001 110 US FancyPrairie Super. It works great! Thanks! Upvote 0 Downvote