Search results

  1. K

    Default Values from Previous Record

    Charity, I'm still getting the same error - "run-time error: 314 type mismatch concerning the line: Set Rst = db.OpenRecordset("table") I found this interesting information, ACC2000:"TYPE MISMATCH WHEN COMPARING BOOKMARKS, in the Microsoft Knowledge base, but I still can't solve my problem...
  2. K

    Tab Pages That Move!!!

    Hi, I have the same problem because my form is a little too big for the screen. Is there a quick fix like a VBA "scroll up" command for the "on open" event? Thanks
  3. K

    Default Values from Previous Record

    I want to make my subform just a little more user-friendly. When a user hits the "New Record" button, I want the new record in the subform to display the same data as the previous record in the subform on certain fields. Can someone help me with the code for the "OnClick" property, or is there...
  4. K

    Selective Content Combo Boxes

    I have two combo boxes, A and B. I want the list of selections in combo box B to be dependent on the selection made in combo box A. For example, if I select "Paper" in combo box A, i want the selections in combo box B to be limited to "glossy" and "legal". If I select "Rock" in combo box A, i...
Back
Top Bottom