Ini files in MS Access

  • Thread starter Thread starter jbkirby via AccessMonster.com
  • Start date Start date
J

jbkirby via AccessMonster.com

What function will you use if you want informations to be retrieved from an
ini file?
 
Open "C:\MyFolder\MyFile.ini" For Output Shared As #1
' Read something
Close #1
 
Arvin Meyer said:
Open "C:\MyFolder\MyFile.ini" For Output Shared As #1
' Read something


Gonna have a little trouble reading it if you open it for output, aren't
you, Arvin? <g>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top