Andy Lacey
andy at minstersystems.co.uk
Wed Dec 1 02:16:20 CST 2004
Joe if isnull(me.txtPONptes) then IsNull is a function. -- Andy Lacey http://www.minstersystems.co.uk > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Joe Hecht > Sent: 01 December 2004 07:47 > To: 'Access Developers discussion and problem solving'; 'ACCESS-L' > Subject: [AccessD] code help please > > > It is almost Midnight here > What is wrong with the following code please? > > Private Sub ReportFooter_Format(Cancel As Integer, > FormatCount As Integer) > if isnull me.txtPONptes then < This is null line is the > trouble maker > Me.lblPONotes.Visible = False > Me.txtPONptes.Visible = False > End If > > End Sub > > JOE HECHT > LOS ANGELES CA > jmhla at earthlink.net > > > > -- > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > >