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
 

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

Top