Is ti pssible to set more then one recordset at a time
for e.g below one record is set
Set rs = db.OpenRecordset("tbl_TransactionMaster")
Could this be changed to more then one:
Set rs = db.OpenRecordset("tbl_TransactionMaster and AberdeenWoLines")
Is that possible, as i am trying to pass information into more then one table
for e.g below one record is set
Set rs = db.OpenRecordset("tbl_TransactionMaster")
Could this be changed to more then one:
Set rs = db.OpenRecordset("tbl_TransactionMaster and AberdeenWoLines")
Is that possible, as i am trying to pass information into more then one table