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
How do I setup Windows 2003 Site and Services to force users to logon certain Domain Controllers
Can i promote w2003 member sever with exchange 2007 to domain controller
gunzip
Windows 7 Licensing
Text Cursor Starts At Top of Page in Microsoft Office 2003
Sharepoint Discussion Board Pictures??
Installing windows 2008 without DVD Drive
how do i print directly to lpt1 in vb.net
Excel VBA cell length limitation
Concatenate ntext field with text field in SQL view