I am trying to find records from a access database based on a selection from a listbox. I am having trouble with the sql statement. can I use an ado control to do this
this is the sql statement I am using ??
adorecordset3.Open "Select [album name],[songname1] From [Query1] Where [album name] ='"listbox1'", adoconnection
thanks for your help
this is the sql statement I am using ??
adorecordset3.Open "Select [album name],[songname1] From [Query1] Where [album name] ='"listbox1'", adoconnection
thanks for your help