Hello guys,
I have two fields, โProduct IDโ and โDescriptionโ from a Product table that Iโm using in a Order Detailed form to create an order for a bunch of products and I want autocomplete one of them when I select the other one. I mean, select the product by searching the ID or the Description of a particular product in dropdown list and filling the other one automatically after selecting the first one.
Looking forward to receive some help from you guys.
Best,
Ariela!!
You can use a reference to the product table and a virtual column.
Letโs say you have your Product table with fields โIDโ and โDescriptionโ.
You have another table Order that has a Ref column โProduct IDโ (that is a reference to โIDโ in the Product table) and that also has a Virtual column โProduct Descriptionโ that gets the description of the referenced product through a formula like [Product ID].[Description].
I think that should work.
Relevant doc at
Thanks a lot Arthur!!
User | Count |
---|---|
18 | |
10 | |
8 | |
6 | |
5 |