If Statement Referencing Sub-Forms
From: Dave Elliott (dontgetshocked_at_sbcglobal.net)
Date: 02/15/05
- Next message: Jeff Conrad: "Re: Capture of First Use Date"
- Previous message: fredg: "Re: Entering data on forms"
- Next in thread: Wayne Morgan: "Re: If Statement Referencing Sub-Forms"
- Reply: Wayne Morgan: "Re: If Statement Referencing Sub-Forms"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 23:01:55 GMT
I have two text boxes on my main form which have as there control source
controls on a sub-form on the main form.
They Reference the sub-form FTimeBillingSub
I want the code to run on another sub-form on the main form named
Vendor_List. (Main form is named TimeCards)
Right now I am trying to run the code on the get focus event of the first
control on the Vendor_List sub-form.
There is no message box. Both text boxes, text412 and text414 are in
currency format
So if Text412 has a value greater than 0 and Text414 equals 0 then MsgBox
"yada yada"
Suggestions????
If ([Text412]) > 0 And ([Text414]) = 0 Then
MsgBox "Why is there more material on this job?"
End If
- Next message: Jeff Conrad: "Re: Capture of First Use Date"
- Previous message: fredg: "Re: Entering data on forms"
- Next in thread: Wayne Morgan: "Re: If Statement Referencing Sub-Forms"
- Reply: Wayne Morgan: "Re: If Statement Referencing Sub-Forms"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|