Hi everyone,
I'm developing this database and I'm posting hoping that I can get some insight by more experienced Access users.
Revised yet again V2_Backup.zip
The attached requires login upon opening. Please use these credentials, tho no confidential info is in the file.
User: 556494
PW: cesar
I'm aware of some issues with the login form and I'll get to those later. At the moment I am interested in the form called SponsorsNew (the one that opens up upon logging in).
The UserRegion field is inherited from the login screen and upon selecting a sponsor from the combobox, the sponsor ID is populated in a beside field. Below you see the list box. That listbox is supposed to be populated with all counterparties (sponsors have one to many relationship with counterparties). I set up an after update event that should display only counterparties that have the sponsor ID equal to the one selected and that belong in the same UserRegion. I can't get it to work, I suspect because I'm not getting the requery function to work right.
Could you please take a look and help me out with this. I'm pretty new at Access and I could use some guidance.