matt beamish
Registered User.
- Local time
- Today, 21:18
- Joined
- Sep 21, 2000
- Messages
- 215
Id like to include a text box on a form showing the location of back end data.
Ive found the way to list the current database location with data source as
Can anyone advise how I could use something similar for a linked table?
Thanks
Matt
Ive found the way to list the current database location with data source as
Code:
=[CurrentProject].[FullName]
Thanks
Matt