Is there a way to have a variable store data and retain that data, even after access closes? Ive tried what my limited knowledge allowed me to try which was making the variable a public variable in the main module, but that didnt seem to work..
As I write this, im thinking it would be possible by storing the data in a small table, then pulling it from the table into a variable. Id like to not have to have to do this though, if anyone has any ideas that might be helpful.
Thank you!
As I write this, im thinking it would be possible by storing the data in a small table, then pulling it from the table into a variable. Id like to not have to have to do this though, if anyone has any ideas that might be helpful.
Thank you!