G
Guest
H
My Problem concerns opening a form that has no under lying record
In the past I have opened the form and used the following code to check
If there are any records
If Me.RecordsetClone.RecordCount = 0
‘Close the for
Rather than open the form and then close it again how can I check to see if any records are returned before the form opens
Any help you could give me would most appreciate
Thank
My Problem concerns opening a form that has no under lying record
In the past I have opened the form and used the following code to check
If there are any records
If Me.RecordsetClone.RecordCount = 0
‘Close the for
Rather than open the form and then close it again how can I check to see if any records are returned before the form opens
Any help you could give me would most appreciate
Thank