I want to open a form (for a facility) in edit, but open the subform ready to add a new record. I wanted to turn off the 'Record Navigation' on the subform, so that the user cannot look at other records for that facility, without going through another access point.
Any ideas? Thanks.
I'm trying to force a new line in a .Formfields result (in a Word document) using the following:
---------------------------------------------
.FormFields("fldSub1a").Result = rst!CAS_Number & Chr(10)
---------------------------------------------
I've tried Chr(13) and Chr(10) &...
I'm trying to calculate a total from values on a subform. Given the following:
MainForm:
BaseFee=xx (immaterial)
Subform:
Record1 Quantity=2
Record2 Quantity=5
Record3 Quantity=4
When I click a "Calculate" button on the MainForm-- I want to cycle through the Subform...
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.