It was simply because I had the subforms set to Read Only... I can't believe I've been so stressed over this for days and it was so simple. Thanks for your help.
Well when I convert the macro to VBA this is what it looks like:
Function mcrTractSearch2()
On Error GoTo mcrTractSearch2_Err
DoCmd.OpenForm "frmTracts", acNormal, "", "[TractNumber]=[Forms]![frmTractInputCombo]![cmdTractInput]", acReadOnly, acNormal
DoCmd.Close acForm...
I have the input box and combo box set up with a macro on an update event to open the Main Form. The WHERE statement in the macro is set so the ProductID (for example) entered or selected from the input box or combo box equals the ProductID record that opens in the Main Form.
The subforms work...
I created a main form with a tabbed folder on it. On the tabbed folder there are a number of subforms which all relate to the main form.
The main form is working properly.
I created another form which allows the user to pick which record they would like to view from either a combo box or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.