I am using a listbox with extended multiselect listbox (values coming from a seperate 1 field table).
I have read through the forums and worked out how to save the multiple values to my table, and that is working fine. My problem is that i now want to have those values selected on the listbox...
How can I execute a function from the Parent module of a subform?
What I want to do is set the 'On_dirty' event of the subform to run a function within the parent.
I tried
Forms!frmStudents.Form_Open (0)
and
Me.Parent.Form_Open(0)
but they both give: Runtime error 2471 - 'The object doesn't...
Hi,
I'm using access2000 to create a dynamic report based on inputs from a form. Both the query and report do not reference the form in any way. I want to be able to select only certain rows from the query, so I thought I would use the WhereCondition field in DoCmd.OpenReport, but this seems to...
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.