I'm currently working on an MS Access application. It is a split database application which is designed to have one front-end and multiple backend databases, which are identical in structure and contained tables and queries. I tried to have all the data contained in one database, but I didn't have enough common identifiers that would let me clearly separate the data.
As I already have a main user interface in the front-end part anyway, my current idea is that I want a combo-box which lets me choose which project the data should come from (i.e which backend database). Is there a way to implement such a functionality with VBA code? I really don't want all the data stored in one continuous list, so this would be my preferred option.
Thanks for your tips and hints in advance. BR, Michael