Search results

  1. M

    Opening a form with acDialog/query appearing in datasheet view

    I have a form that I want to open with acDialog (to prevent people interacting with the calling form). The form I open has a button to display the results of a query in datasheet view. The problem is that if I open the form with acDialog, the query results are displayed behind the form and I...
  2. M

    Sub form requery problem

    I have a sub form that displays a list of students. There is a combo box on the sub form that limits the student list to either 'all students' or 'active students'. If I run the sub form on its own it works correctly: I can change the value in the combo box and the list reflects that change...
  3. M

    Sub form raising event for a master form

    Hi I'd like to make a sub form raise an event that can be trapped by the master form. Is this possible in Access? I have tried doing it and while I can create and raise the event, the master form seems unable to trap that the event has fired. For example, in the sub form I have some code...
  4. M

    Access (2000 V 9) only allowing one sub form on a form's tab control

    Hi I have a form that contains a tab control. There are a number of pages on this control, with each page containing a sub form. Here's an example: Form1 has a tab control called Tab1. Tab1 has three pages: Page1, Page2, Page3. Page1 contains SubForm1 - this subform was added first. Page2...
Back
Top Bottom