I have a form that uses the strLink operator, under a command button, that open a small form, used to auto-sort records based on whatever fields the user want to select. Works great, however I have the need to split my form into a main & subform format. For formatting and space limitations, I wouldl like to keep the command button on the main form. I have tried a couple different method of changing the strLink command line to try and put focus on the subform. I have tried:
strLink = “frmSub” and strLink = Forms!MainForm!frmSub
but neither have obviously worked. I keep getting a form cannot be located error. I search the site for “strLink” threads but there was no help available.