Variable help

  • Thread starter Thread starter Chad
  • Start date Start date
C

Chad

Is there a variable that can be declared in Access that
can be "remembered" even after you exit out of Access all
together?

For Example:

Public intVariable1 As Integer (I am not sure how you
would declare it)

intVariable = 1....(Then the user closes out of Access,
then starts Access up again and opens the application)

intVariable still = 1

Thanks,
Chad
 
Back
Top