K
Ken Ivins
I have continuous form for payment which a billing number is entered. I want
to look at the payment table and look to see if that billing number is
already on it. If it is then a message box will appear to alert the user.
There can be more than one record of the same billing number (partial
payments, etc.) but I do want to alert the user in case of a typo.
I tried a Dlookup that return the customerID and if it was null then
proceeded or else pop up the msgbox. That did not work. Any other ideas on
how to do this?
Thanks,
Ken
to look at the payment table and look to see if that billing number is
already on it. If it is then a message box will appear to alert the user.
There can be more than one record of the same billing number (partial
payments, etc.) but I do want to alert the user in case of a typo.
I tried a Dlookup that return the customerID and if it was null then
proceeded or else pop up the msgbox. That did not work. Any other ideas on
how to do this?
Thanks,
Ken