Multifunction Form

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have a form, frmCalling, which differes from the form frmFind Candidate
only by
1) frmFind Candidate asks you for a name to serch for in tblCandidates using
qFind Candidates, and
2) frmCalling uses uses qCalling.

Given that the two forms are otherwise the same, is there a way for me to
tell frmCalling to not use qFind Candidates instead of qCalling without
having to rebuild the entire form? I would like to be able to do something
like, if no filtering values are inputted for the search criteria, then bring
back everything (I think I can handle this part), but the trick is changing
frmCalling from using qCalling to using qFind Candidate.
.