I have a form (“Quick Card”) with a combobox on it that was originally called “Combo214”. I have since changed the name and all related code to “cboAcc”. This form on its own, runs flawlessly, but I have just tried to include it as a subform in an idea I am trying, connected through Link Child Field = AccNo, which is what cboAcc is bound to, and I get a parameter box popping up and asking for the value of “Forms!Quick Card!Combo214”.
I have used Rick Fisher’s Search and Replace to scour the entire database for “Combo214” and it tells me that it does not exist.
I know that it involves the form “Quick Card” because my project runs fine without it.
Any ideas Anyone??