D
Dave
I have a main form Named TimeCards with a sub-form on it named
FTimeBillingSub
on the sub-form there is a control named BillPer
If this control isnull ,then I need a message box to show the below.
I tried the code below, but of course it didn't work.
If IsNull "Forms!FTimeBillingSub!BillPer Then
MsgBox "Job Has Not Been Invoiced Yet"
End If
FTimeBillingSub
on the sub-form there is a control named BillPer
If this control isnull ,then I need a message box to show the below.
I tried the code below, but of course it didn't work.
If IsNull "Forms!FTimeBillingSub!BillPer Then
MsgBox "Job Has Not Been Invoiced Yet"
End If