Re: Message Box for Form

From: tina (nospam_at_address.com)
Date: 07/29/04


Date: Thu, 29 Jul 2004 17:24:14 GMT

try

If Not IsNull(CheckNo) Then
    MsgBox "Check Has Already Been Printed"
End If

attach the code to whatever event that you want to trigger the message.

hth

"Dave" <dave@dontgetshocked.com> wrote in message
news:Pq9Oc.21790$4c3.19862@newssvr23.news.prodigy.com...
> I have a form named FEmpTotHours with a sub-form on it named
> PayrollCheck
> When the sub-form control named CheckNo has a value in it, (a
> number) I would like for a message box to open
> and say Check Has Already Been Printed.
>
> How can I do this?
>
> Thanks,
>
> Dave
>
>



Relevant Pages