Search results

  1. B

    delete record - message "The data has been changed."

    I put a delete button on my form to delete records from two tables - the "project" from the _Project table and the project items from the _ProjectItems table. This appears to work, but when the user selects another project from the listbox this error comes up: "The data has been changed...
  2. B

    pre-selecting listbox item

    On a form I have these items: 1. Customer selector. 2. Customer's project selector. 3. Textbox for project name. 4. Subform for project details. When I select the customer I want to automatically select the last project. The code I am using work except for the automatic selection. If I take...
  3. B

    narrow selection with two list boxes

    I am new to Access and need help! I've done a lot of VB work but the bound nature of Access forms has me stymied. I have two tables - "Projects" and "ProjectItems". Projects contains the customer id, the project name, and a description field. ProjectItems contains all of the items for the...
Back
Top Bottom