WineSnob
Not Bright but TENACIOUS
- Local time
- Today, 03:14
- Joined
- Aug 9, 2010
- Messages
- 211
I have a form to enter work order numbers and AmountPaid. What I need is an after update event to verify (look at all the records) and if the WO value in the form control does not exist then Msgbox " Not valid WO number". If the WO exists and there is already an AmountPaid > 0 then Msgbox " WO has been paid". If WO is valid and AmountPaid =0 then exit sub.
I am not sure how to code to look at each record and determine its value.
Thanks
I am not sure how to code to look at each record and determine its value.
Thanks