Dear all,
a few years ago, I made an access database with a lot of forms, queries, etc...
I stopped using the database for a few years, and now that I went back to it, I notice a problem:
In a form, I have a textbox that for it's control source it has:
=[forms]![frmMAINFORM]![frmSUBFORM].[form].[recordset].[recordcount]
but it returns #Name
It seems like it doesn't know anything about recordset.
Any ideas????
a few years ago, I made an access database with a lot of forms, queries, etc...
I stopped using the database for a few years, and now that I went back to it, I notice a problem:
In a form, I have a textbox that for it's control source it has:
=[forms]![frmMAINFORM]![frmSUBFORM].[form].[recordset].[recordcount]
but it returns #Name
It seems like it doesn't know anything about recordset.
Any ideas????
Comment