Using IsContinued

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

I thought I had IsContinued figured out, but now when I
try to run reports using IsContinued in a header, with
whatI thought was the appropriate code in Event procedure,
it works until the last page when I get "Run-time error
94, Improper Use of NULL"

can anyone help?
 
**Although the name of this newsgroup is 'Queries',
it is actually referring to the Access Database Query Object.**

Report questions are typically fielded in the m.p.a.Reports newsgroup.

Either make sure the value isn't Null or use Nz().

--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top