paulcherianc
Registered User.
- Local time
- Today, 09:36
- Joined
- Aug 15, 2013
- Messages
- 86
I am trying from the mainform to check whether the subform field is blank and take an action. But it doesn't work
. Can anyone support!
Main Form = Proposal_1AABEmployee_MasteR_Tab
Subform (unbound) = Proposal_A-Master_Table subform
Combobox Control Name = Prop_Appraisal Type

Main Form = Proposal_1AABEmployee_MasteR_Tab
Subform (unbound) = Proposal_A-Master_Table subform
Combobox Control Name = Prop_Appraisal Type
Code:
If [Forms]![Proposal_1AABEmployee_MasteR_Tab]![Proposal_A-Master_Table subform]![Form]![Prop_Appraisal Type] = "" Then
MsgBox "Please select the type of Appraisal"
End if