I have a data entry form that has a main form and 2 subforms. The main form contains Patient demographic data one of the subforms contain claim data. There can be multiple claims per Patient. I've put a command button on the subform so that the user can print a government form for that claim. The problem is that I can't seem to get the criteria right as it keeps prompting me for the parameter.
I tried forms!frm_Data_Entry!frm_Claims!claimnumber and forms!frm_claims!claimnumber. Neither works. What am I missing?