I want reusable “objects” of sorts that I can use to enter in tables in order to not have to do find-and-replace operations on unnecessarily duplicate data – variables, basically.
Additionally, like the first part of
explains, I’d like to be able to restrict entry in certain fields to certain variables, or “default values”, as it calls them.
appears to demonstrate that Access supports this.
Is this possible, and if so, how can I do so?
I know that Memento Database provided this somewhat, but it was inconsistently implemented. This was the reason that I wanted to use a database rather than a spreadsheet for storing data.