Using ini files in Access 2000 
Author Message
 Using ini files in Access 2000

Hi

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?

Thanx Shane



Sun, 13 Jul 2003 05:59:12 GMT  
 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.



Sun, 13 Jul 2003 22:30:27 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. read excel file in access 2000 lire fichier excel dans access 2000

2. Access 2000, Export Text File - Using TransferText Command

3. ini-files under Windows 2000

4. VB6.0 using Access 2000 Files

5. VB INI files are slow on Win 2000

6. Creating Tables in Access 2000 using SQL Text files

7. Automating email function within Word 2000 using Access 2000

8. Need Help Manipulating Excel 2000 from Access 2000 using VBA

9. App in VB5 using Access97 incompatible with machine using Access 2000

10. App in VB5 using Access97 incompatible with machine using Access 2000

11. Using VBA to Convert Access 2000 database to Access 97

12. Using Runtime Access 2000 And Full Ver Access 97 Same CPU Same Time

 

 
Powered by phpBB® Forum Software