I’m trying to run a NotInList event that would allow the user to add an item that isn’t in the list.
There is a line that is giving me the fits:
Dim dbsInventory As Database
When I type “Dim dbsInventory As” there is an object browser window that “pops up” and it doesn’t list Database as an option.
Why?