Forum Discussion
MarkShnier
12 years agoQrew Cadet
No problem
Make a text formula field with the formula
List("-",totext(Beer_id]),totext([Distributer_id])
.. and turn on the Unique checkbox for that field.
call the field something like [Same BeerID - same Distributor ID] so that you error message is meaningful to the end user of your app. Try entering a duplicate, observe the red error message and edit your field name to make the error message instructive to the user.
Make a text formula field with the formula
List("-",totext(Beer_id]),totext([Distributer_id])
.. and turn on the Unique checkbox for that field.
call the field something like [Same BeerID - same Distributor ID] so that you error message is meaningful to the end user of your app. Try entering a duplicate, observe the red error message and edit your field name to make the error message instructive to the user.