matt beamish
Registered User.
- Local time
- Today, 04:41
- Joined
- Sep 21, 2000
- Messages
- 215
Hi database people,
I would like to use a Database's "Application Title" (File, Options, Current Database) in a text box on a Form.
For front end path I use
and for the Back end I use
and I thought it'd be useful to Code in the database descriptive title too.
Have done some searching but not found much reference to this piece of information.
thanks
I would like to use a Database's "Application Title" (File, Options, Current Database) in a text box on a Form.
For front end path I use
Code:
=[CurrentProject].[FullName]
Code:
=GetBEPath("tbl_name")
and I thought it'd be useful to Code in the database descriptive title too.
Have done some searching but not found much reference to this piece of information.
thanks