Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: damo317
  • Content: Threads
  • Order by date
  1. damo317

    Multiselect listbox on form

    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...
  2. damo317

    Executing parent function from subform

    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...
  3. damo317

    OpenReport WhereCondition not working

    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...

Part and Inventory Search

Back
Top