
Using ini files in Access 2000
Quote:
> When I did my training in VB6 I remember mention of using ini files to
keep
> settings.
> Is this possible in Access 2000 VBA and if so how?
It's possible in any programming language that can write files (or better
yet, can use Win API calls, since you really don't want to muck about
parsing INI files when Windows will do all the hard work for you).
A deja search on PrivateProfileString should turn up the API info you need.