I'm new in VBA so i don't know how to get data from linked table in ms access, But i tried some code but it show this error
"Run time error '3219'
Invalid Operation
I already search this error everywhere but not find right answer.
Code
Dim db As DAO.Database
Dim db As DAO.Recordset
Set db = CurrentDb
Set rsHoliday = db.OpenRecordset("Holidays", dbOpenTable)
//Error Occur in this line