Search results

  1. R

    Notes table, one or two?

    Hi all, I am starting a project. Two main tables to start, Vendors, and Items. One to many relationship. I want to have vendor notes, and item notes, also one to many. Should I create a Notes table, and link both Vendors and Items to it, or two notes tables, like VendorNotes and ItemNotes...
  2. R

    Combobox (on tab control) event not firing.

    Hello all, The after_update code for my combobox, located on a tab control, is not firing after update. The combobox is displaying its row source correctly. What is wrong please? cboShipper > Row Source: SELECT [tblCompanies].[CompanyID], [tblCompanies].[CompanyName]...
Back
Top Bottom