Search results

  1. C

    Returning to previous form

    Hi, I'm wondering if there is some VBA method to allow a user to close the current form & automatically reopen which ever form the user had open prior the current one. The reason is that the user may open this current form from a number of different forms & I need to know which one it was that...
  2. C

    Updating form filter after combo box selection.

    Hi, Just wondering if anyone knows how I can reapply a form's filter after a new item is selected from a combo box on the form? I am using the value of the combo box in the filter and need to update the records displayed when a new value is selected. I can currently do this via a seperate...
  3. C

    Populating Combo-box with Field Names

    Hi, I have a combo box on a form and need to populate the combo box with all of the field names from a linked table, when the form is loaded. I am able to get each field name using the Fields.Name property of the TableDef but then can't add this string to the combo box. I thought I could use the...
Back
Top Bottom