Hello,
I have the following values currently stored in a Table with others waiting to be added:
Exit Database which is a True/False
Application Name which is a String
But I want to delete the Table and use a different method to store these values. I want them in VBA code say in a Module.
So my question is how can I store them in a Module say as Constants or something and do away with the Table.
Most of them won’t change but the “Exit Database” will need to be changed between True and False triggered from an Event Procedure. For this I currently use a simple Action Query to write the value to the Table.
I have the following values currently stored in a Table with others waiting to be added:
Exit Database which is a True/False
Application Name which is a String
But I want to delete the Table and use a different method to store these values. I want them in VBA code say in a Module.
So my question is how can I store them in a Module say as Constants or something and do away with the Table.
Most of them won’t change but the “Exit Database” will need to be changed between True and False triggered from an Event Procedure. For this I currently use a simple Action Query to write the value to the Table.