is there a way to select a table from a combobox and have it open to be updated...this is the code i have, but it won't work...
Set db = OpenDatabase("C:\test\orders.mdb")
Set rs2 = db.OpenRecordset(" & cmbTables.Text & ", dbOpenDynaset)
obviously the cmbTables.Text is giving me the error...i dont know how else to have that particular table open...
thanks for your time...
Set db = OpenDatabase("C:\test\orders.mdb")
Set rs2 = db.OpenRecordset(" & cmbTables.Text & ", dbOpenDynaset)
obviously the cmbTables.Text is giving me the error...i dont know how else to have that particular table open...
thanks for your time...