I have a MySQL DB linked to Calc via Base. I can access DB records from Calc. In this DB I have a table named accounts
which holds the following data: cash
, bank
, virtual
so I can select where the money goes to or comes from. I can’t figure out how to fill this dropdown with accounts
table records to select one opton.
Thanks in advance!