Gustav Brock
gustav at cactus.dk
Thu Feb 13 10:07:01 CST 2003
Hi John If you don't have some fancy needs, Access has built-in functions for reading/writing some custom values of your app in the registry: SaveSetting() GetSetting() GetAllSetting() DeleteSetting() /gustav > I would be interested in this myself. I was trying to figure out how to > store a value used for a program, and I was having trouble using a > table. Basically, I wrote a program about a year or so ago, that tracks > mileage and creates a report for compansation. The rate per mile changes > every three months or so...actually they usually only change it > annually...and I had to hard code it to get it out. Coincidentally, > today I had to get into it and update it...the rate just dropped from > .365 to .360. It would be nice to store this somewhere.