Forum Discussion
MikDumb
Sep 12, 2023Copper Contributor
Wire Database
Hello - I work at a company that process quite a few wire and ACH transfers a month. I would like to create a database in Access that allows me to have users put together a wire request form that au...
- Sep 12, 2023You will find lot of solutions to limit a second combobox (cashtypes) based on the value of the first combobox (entity), if you search for "cascading combo boxes access".
To make this work it is important that a combination of entityid and cashtype does not occur more than once in the Bank Map table. So create a unique index if it not is there.
XPS35
Sep 12, 2023Iron Contributor
You will find lot of solutions to limit a second combobox (cashtypes) based on the value of the first combobox (entity), if you search for "cascading combo boxes access".
To make this work it is important that a combination of entityid and cashtype does not occur more than once in the Bank Map table. So create a unique index if it not is there.
To make this work it is important that a combination of entityid and cashtype does not occur more than once in the Bank Map table. So create a unique index if it not is there.