L
Leonard Priestley
I have two situations where I would like to save a setting so that it is
available the next time the program is run. Firstly, I would like the user
to be able set a default path (images, exporting docs,etc.) which will
operate until the user decides to change it. Secondly, I would like the
user to be able to open the program and find that the current record is the
one last worked on (which I presume means saving the bookmark).
Obviously, I could create a simple table to save such items, but I wonder if
there is another, more elegant way of doing it. I don't know why, but I
feel that using a table for this purpose is probably not how you're intended
to write a database.
Leonard Priestley
available the next time the program is run. Firstly, I would like the user
to be able set a default path (images, exporting docs,etc.) which will
operate until the user decides to change it. Secondly, I would like the
user to be able to open the program and find that the current record is the
one last worked on (which I presume means saving the bookmark).
Obviously, I could create a simple table to save such items, but I wonder if
there is another, more elegant way of doing it. I don't know why, but I
feel that using a table for this purpose is probably not how you're intended
to write a database.
Leonard Priestley