Forum Discussion
Sebseb538
Oct 19, 2020Copper Contributor
Fill in table fields automatically from dropdown selection
Hello, I found quite easily how to fill in fields from a Combo box in a form, but I can't seem to do the same in a table. I would simply like fields in my table to be filled in automatically follo...
Oct 21, 2020
Data entry should always be done through a form where you can easily setup such features and validate data entry properly. One should never be exposing tables directly to users, doing so is asking for problems. I'd strongly urge you to reconsider.