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
CS0433 error when deploying ASP.NET app, type exists two asp.net temporary files
Pendrivelinux to install Ubuntu Server 10.x
Reset Domain Administrator Account Windows Server 2008 64Bit
out off office not working for one user
exchange 2010 missing" server configuration"
How to figure out input value passed via XML
2 IP to same windows 2003 server for RDP and VPN issue
Is it possible to hide a map network drive?
PHP Loading Bar
Managed versus unmanaged?