How to keep data in a variable

E

Eric

Hi,

Executables lose any data stored in its variables one the
application is closed/disposed. Memory appointed to these
variables is automatically released. Access works the
exact same way. You'd have to either create a table that
you could store these values into, or create a data file
that you can read/write to.

Regards,
Eric
 
Top