Search results

  1. A

    Filter by Form workaround for QBF

    When I use DoCmd.RunCommand acCmdFilterByForm, all command buttons on the form are dimmed. This appears to be by design. I do not want the user to open the database with any Access menus or toolbars, only the programmed command buttons on the form. I have created created a custom Query by Form...
  2. A

    Dependent combo boxes - populating question

    New to Access and head spinning. I have created a simplified form to simulate my needs. Main form (frmMain_PG2); record source = tblAssignments. Department combo (not restricted to a list); DeptID as control source. The control displays the Department name from tblDepartments. So far so good...
  3. A

    Form/Subform with tab control problem

    I simplied a form to isolate the problem. The main form (EMP table as recordsource) uses 2 fields from EMP. The subform (also EMP table as r/s) has a tab control with 1 field from EMP table (using multiple tab controls for organization). When I add a record from the main form (bypassing...
Back
Top Bottom