L
lan yu
Hi.
I'm trying out how our access 2003 applications work in access 2007.
Unfortunately, lots of forms refuse to open. Where the error occures
is Form_Current event, which contains something like
std = "SELECT ....."
Me.Subform_Name![Field Name].RowSource = std
The program reports an error: "Run-time error '2467': The expression
you entered refers to an object that is closed or doesn't exist."
Anyone has any ideas how to fix this?
I'm trying out how our access 2003 applications work in access 2007.
Unfortunately, lots of forms refuse to open. Where the error occures
is Form_Current event, which contains something like
std = "SELECT ....."
Me.Subform_Name![Field Name].RowSource = std
The program reports an error: "Run-time error '2467': The expression
you entered refers to an object that is closed or doesn't exist."
Anyone has any ideas how to fix this?