I’ve got a simple form, that uses some specific values that I need to combine to create a key, as there are instances where the same item may be re-stocked at a later time.
I use values from column [Date] and column [Stock] for a combined key value.
What I want to do, is attempt to use the invalid IF message to be more descriptive, something along the lines of “there is already a duplicate entry for [date] & [Stock]”
Ive tried a couple ways with using the Invalid value error, but it doesnt seem to change the message on the form when a duplicate entry is created. Browsed here, and have found a few threads that are close, but nothing quite specific. Any help is apprecaited!