mckenneyj
MIS
- Jun 1, 2002
- 96
In the middle of a Brain Cramp
Seems I have forgotten how to do this
I have defined a Module named basCompanyInfo
In the module are several Public Const
Public Const AName = "xyz"
Public Const AStreet = "123 easy street"
Public Const ACSZ = "city, st, 11111"
Public Const APhone = "PHONE: (555) 666-7777"
Public Const AFax = "FAX: (555) 666-8888"
Public Const AURL = "
I need to be able to reference these constants on forms and reports
A little help would be appreciated
Thanks,
John McKenney
Work Hard... Play Harder
Seems I have forgotten how to do this
I have defined a Module named basCompanyInfo
In the module are several Public Const
Public Const AName = "xyz"
Public Const AStreet = "123 easy street"
Public Const ACSZ = "city, st, 11111"
Public Const APhone = "PHONE: (555) 666-7777"
Public Const AFax = "FAX: (555) 666-8888"
Public Const AURL = "
I need to be able to reference these constants on forms and reports
A little help would be appreciated
Thanks,
John McKenney
Work Hard... Play Harder