I have an MS access database. Mysql backend.
Looking to have a pull-down type field's values only be that of 3 or 4 other field's data form a certain record. The matching criteria would be Me.Lot_Number = data from fields 1,2,3 from table2 with matching Lot_Number
For example.
table2 Lot_Number: 50 Field1: Blue Field2: R22 Field3: Brown-16
(on another form and different table) Pulldown field choices would be: - Blue - R22 - Brown-16
Thanks,