All,
I have built a database recently which resides on a network server which
is constantly being re-structured. This is something I have no control over
so have had to incorporate a means by which the backend moving will not
cause too much of a headache and anyone can fix.
I decided to use an INI file to store several variables which can and often
do change.
I've also added a logging procedure which writes events to a text file to
aid me with ironing bugs out. Every time an event occurs, the READ_INI
procedure is being called to find out paths and file names to write to which
seems a little inefficient to me.
I have a splash screen within the database and was thinking that I could use
the 'Splash Loading' time to set the variables within the ini so that I do
not have to keep reading the values within them.
I'm still in the early stage of learning VBA so have no idea on how to do
this. Could someone offer any advice on what to do?
Many thanks,
Mark
I have built a database recently which resides on a network server which
is constantly being re-structured. This is something I have no control over
so have had to incorporate a means by which the backend moving will not
cause too much of a headache and anyone can fix.
I decided to use an INI file to store several variables which can and often
do change.
I've also added a logging procedure which writes events to a text file to
aid me with ironing bugs out. Every time an event occurs, the READ_INI
procedure is being called to find out paths and file names to write to which
seems a little inefficient to me.
I have a splash screen within the database and was thinking that I could use
the 'Splash Loading' time to set the variables within the ini so that I do
not have to keep reading the values within them.
I'm still in the early stage of learning VBA so have no idea on how to do
this. Could someone offer any advice on what to do?
Many thanks,
Mark
Comment