LibreOffice 7.5.1.2 / Linux x64
Hi everyone, I am coming from Access.
I’m trying to create a simple lookup field, to auto populate two fields:
TableA
ClientCode (PrimaryKey)
ClientName
TableB
ClientCode
ClientName
Units
Activity
Relationships
TableA - ClientCode → TableB ClientCode (Update & Delete Cascade)
In my form (database attached), I want to either type in the client code, or click/scroll/select and that value is entered into ClientCode, and also the associated ClientName field to auto populate, and both stored in TableB
In Access, I’d use a lookup/autofill wizard, on Base I’m struggling
Help appreciated
Database.odb (13.9 KB)