I'm building my first Access Web App using Access 2016. I'm looking for guidance on how to populate two fields based on the value selected in another. Here's what I have. The source data is:
[Producers].[Company]
[Producers].[Phone]
[Producers].[Email]
Referencing this data is:
[GC Insurance].[Producers] - lookup field to [Producers].[Company]
[GC Insurance].[ProducerPhone]
[GC Insurance].[ProducerEmail]
I would like for the values in [GC Insurance].[ProducerPhone] and [GC Insurance].[ProducerEmail] to auto populate based on the value selected in [GC Insurance].[Producers].
Any help would surely be appreciated!
Thank you,
Stacey