I have made a form with cascading combo boxes. For these to work properly the form needs to requery on change event of the combo box. (it needs to wipe anything relating to that combo box, so the user cant enter incorrect information.)
The problem is, most of the fields are required fields, so the form has various errors depending what I do. Most recently I get the Error 3314 value must be entered.
Its trying to complete the record I'm half way through because of the requery. I'm a bit stumped. appreciate any ideas, Thanks.