Forum Discussion

MikDumb's avatar
MikDumb
Copper Contributor
Sep 12, 2023
Solved

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...
  • XPS35's avatar
    Sep 12, 2023
    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.

Resources