O
oldblindpew
I'm getting error #2467: "The expression you entered refers to an object that
is closed or doesn't exist."
This error occurs on the following line of code:
Set rst = Me.Recordset.Clone
The form is open, and has a table as its RecordSource. The table has data
in it.
I have Dim rst As DAO.Recordset.
The database was originally created under an older version of Access, and is
an mdb file. I have added DAO 3.6 to the references.
I have run repair and compact.
Could the problem be that the Sub is Private instead of Public?
Could it be that it is an mdb file?
If you want the whole awful story, look for a thread called "Somebody Please
Help Me" in Forms Design.
Any help would be appreciated.
is closed or doesn't exist."
This error occurs on the following line of code:
Set rst = Me.Recordset.Clone
The form is open, and has a table as its RecordSource. The table has data
in it.
I have Dim rst As DAO.Recordset.
The database was originally created under an older version of Access, and is
an mdb file. I have added DAO 3.6 to the references.
I have run repair and compact.
Could the problem be that the Sub is Private instead of Public?
Could it be that it is an mdb file?
If you want the whole awful story, look for a thread called "Somebody Please
Help Me" in Forms Design.
Any help would be appreciated.