My database worked fine before I split using the MS Access DB Split Wizard.
However, now it produces the following error message in one of my forms:
"Operation is not supported for this type of object".
It occurs at the statement
StudentICASelectionstbl.Seek
and StudentICASelectionstbl is a recordset defined by the followinf code:
Set StudentICASelectionstbl = ICADB.OpenRecordset("tblStudentICASelections")
Is the error being generated because the FrontEnd cannot find the backend table "tblStudentICASelections"? I would have thought that the database splitter wizard would have taken care of issues like this. If indeed this is the probelm, is there a way around it?
thanks!
Rob
However, now it produces the following error message in one of my forms:
"Operation is not supported for this type of object".
It occurs at the statement
StudentICASelectionstbl.Seek
and StudentICASelectionstbl is a recordset defined by the followinf code:
Set StudentICASelectionstbl = ICADB.OpenRecordset("tblStudentICASelections")
Is the error being generated because the FrontEnd cannot find the backend table "tblStudentICASelections"? I would have thought that the database splitter wizard would have taken care of issues like this. If indeed this is the probelm, is there a way around it?
thanks!
Rob