I have three textboxes txt_BegingBal, txt_Pruchase and txtEndBal in a form f_Cash. What code can i use to make sure that purchasers online do not exceed the Begining Balance during a Purchase?
What i currently have is [txt_BeginBal]-[txt_Purchase]. It allows overage. I need to make sure that the current amount in txt_BeginBal is not exceeded during the purchase.
Many Thanks in advance for your asistance and suggestions.