June7
AWF VIP
- Local time
- Today, 05:46
- Joined
- Mar 9, 2014
- Messages
- 5,946
So you have to not only check that MICR exists in tbl_Master_MICR, you also have to make sure it is not a duplicate for the location. That will likely mean two DLookup.
If MICR is not already in tbl_Master_MICR do you want to allow user to create new record in that table? I think I stated earlier this is what the NotInList event of combobox is for but won't work in your situation so this will also be more complicated.
If MICR is not already in tbl_Master_MICR do you want to allow user to create new record in that table? I think I stated earlier this is what the NotInList event of combobox is for but won't work in your situation so this will also be more complicated.