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
Quick One: Type Mismatch Error in Access 2007
Internet explorer crashes
CF - Syntax error in Update statement
Sum column in datagrid
Uneccessary Programs/ addons ...things that take up internet bandwidth that can be removed.
How to share session between two web sites hosted on two different web server without web farm
Realtime - What Events?
How to lower commit charge in windows XP
PowerPoint 2007 Edit Links to Files buttons are greyed-out
Need Fast Help: Macro Security Issue with Vista/Office 2007 from 2000 Database