CharlesWhiteman
Registered User.
- Local time
- Today, 21:57
- Joined
- Feb 26, 2007
- Messages
- 421
In my Db on a given event a txt file is written out to a UNC path. For example, when a new company is added to the Db a new list of companies is sent to a txt file on my server which updates my document management system.
If, however, i move the db to my laptop and want to use it exclusively there then there are quite a lot of variables which then need to be manually changed.
I was thinking that I could have a Tbl, say TblSysConfig which could contain/easily edit variables in the Db but so far am not sure how to refer to a field in a Tbl instead of the full UNC path.
If, however, i move the db to my laptop and want to use it exclusively there then there are quite a lot of variables which then need to be manually changed.
I was thinking that I could have a Tbl, say TblSysConfig which could contain/easily edit variables in the Db but so far am not sure how to refer to a field in a Tbl instead of the full UNC path.