Smoothcat74
Technical User
- Aug 29, 2008
- 40
Hi all,
I have some code that needs to skip to a certain line if a recordset contains no information. Is there a simple command to check if a table has any information written to it or not? I tried the .recordcount property, but since it checks for records accessed it isn't returning a 0 or null value that I can work with.
Any help would be greatly appreciated! Thanks
I have some code that needs to skip to a certain line if a recordset contains no information. Is there a simple command to check if a table has any information written to it or not? I tried the .recordcount property, but since it checks for records accessed it isn't returning a 0 or null value that I can work with.
Any help would be greatly appreciated! Thanks