Microsoft
Software
Hardware
Network
Question : Form with Subform, How to check if child record(s) within a subform exists.
I have a from with a subform embedded within it. They are both linked via master/child id field.
I'd like to have a textBox on the parent form that displays "child record exist" if there are one or more child records linked to the master record. And if there is no child record its just stays blank.
Thanks
Lat
My coding skills is not so great, details is much appreciated.
Answer : Form with Subform, How to check if child record(s) within a subform exists.
Put this in the Control Source of your text box:
=IIf([Forms].[Form6].[fsub
01].[Form]
.[Recordse
tClone].[R
ecordCount
]=0,"no records","You Got Records")
where fsub01 is the Name of your Subform Control on the Main form.
mx
Random Solutions
Access 2007 Update Multiple Columns with a twist
MS Access Specify Table Error
Problem with Terminal Services holding users default printers
W2K8 DCOM error 10016
I notice my windows folders have become very bulky, between 6-20GB! Is there some way to clean them?
Linked tables and Sql Server Password
Dropping a column that is indexed.
Backup multiple Open PST files using Volume Shadow Copy
Active Directory Replication
Task Scheduler ACTUALLY NOT running task, though showing 'running'