D
Design by Sue
I have created a form for the user to enter a new part to the datebase. On
this form I have 6 fields, Suffix1, Suffix2, etc. The form and these fields
are unbound. The user can type any number in these fields as long as it is
not a match for one of the other 6 suffix fields. Is there an easier way
(there has to be) than creating a code for each field that goes like this
(this would go on the on exit event and each field would be customized for
it):
If Me.Suffix1 = Me.Suffix2 or
Me.Suffix 1 = Me.Suffix3 or
Me.Suffix1 = Me.Suffix4 or
etc through all of the possible choices with a "Then" MsgBox...
This would work but I would think there was an easier way.
Thanks
Sue
this form I have 6 fields, Suffix1, Suffix2, etc. The form and these fields
are unbound. The user can type any number in these fields as long as it is
not a match for one of the other 6 suffix fields. Is there an easier way
(there has to be) than creating a code for each field that goes like this
(this would go on the on exit event and each field would be customized for
it):
If Me.Suffix1 = Me.Suffix2 or
Me.Suffix 1 = Me.Suffix3 or
Me.Suffix1 = Me.Suffix4 or
etc through all of the possible choices with a "Then" MsgBox...
This would work but I would think there was an easier way.
Thanks
Sue