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...
Woldman
Oct 21, 2020Iron Contributor
You could do this with a data macro in the concerning table. For instance a Before Change data macro that uses the LookUpRecord and the SetField actions to get and fill the appropriate values. This link should get you started: https://support.microsoft.com/en-us/office/create-a-data-macro-b1b94bca-4f17-47ad-a66d-f296ef834200
sebseb5388
Oct 22, 2020Copper Contributor
Thanks Tieme. I'll will look into it.