FuzMic
DataBase Tinker
- Local time
- Today, 12:36
- Joined
- Sep 13, 2006
- Messages
- 744
Hi there
To find out if a form is empty i resolve the recordsource SQL Query Statement as an additional recordset and if the RecSet.recordcount is zero, it tells me the form is empty.
I can't use Form.HasData property as it applies to Report, it seems.
Any alternative without using a DAO.RecSet?
To find out if a form is empty i resolve the recordsource SQL Query Statement as an additional recordset and if the RecSet.recordcount is zero, it tells me the form is empty.
I can't use Form.HasData property as it applies to Report, it seems.
Any alternative without using a DAO.RecSet?

Last edited: