A
aMack
I need a Msgbox to appear as a warning only if a data field matches within
the last 100 records:
Each record is an order with Key field [REF#]
If the data field [Container] matches within the last 100 [REF#]'s than I
need a MsgBox to appear "Are You Sure - this Container exists on REF XXXXXX"
I think I would add the code builder to the ON Exit event but do not know
how to compare the current record to a the last 100 records and I do not know
how to pull the [REF#] and put it in the msgbox.
Is there a different way to do this?
Thanks
the last 100 records:
Each record is an order with Key field [REF#]
If the data field [Container] matches within the last 100 [REF#]'s than I
need a MsgBox to appear "Are You Sure - this Container exists on REF XXXXXX"
I think I would add the code builder to the ON Exit event but do not know
how to compare the current record to a the last 100 records and I do not know
how to pull the [REF#] and put it in the msgbox.
Is there a different way to do this?
Thanks