Microsoft
Software
Hardware
Network
Question : How to detect if the subform contain at least one record?
Hi,
Base on records information, I need to hide fields in a sub form and only if the sub form contain a record.
How can I detect if their a record in the sub form?
Thanks
Answer : How to detect if the subform contain at least one record?
if forms!MainForm!subformname
.form.reco
rdsetclone
.eof then
msgbox "No records"
end if
Random Solutions
windows permissioning
watchguard firewall rejects some pdf attachments, but not others
PoM/Tank Macro for Priest
setting SMTP server - please see attached file - it is not working
ASP.NET file download issues on selected machines/browsers
Refining xi:include element to exclude data when a specific child tag's text is present.
perl, select rows of data into an array
dateDiff - combining a date selection and a time selection
Thoughts and comments on a backup solution
VBA LDAP Query to retrieve all members of a group in active directory