Search results

  1. J

    Code for multiple form instances

    I've copied some code from the Access 2007 VBA examples for opening multiple form instances. It works when I open the example db, but gives me a "User-defined type not defined" when I use it. I have looked at the references from the example db, and made sure that I have VB for Apps, MS Access...
  2. J

    Form Design Help

    I am working on an inventory project, and want to have a form where you scan a UPC into an unbound text box to initiate the check in and out of items. Because the UPC is not guaranteed to be unique for all of the unique items (sizing, series, kits, etc), I have the AfterUpdate of this control...
  3. J

    Combo box from lookup table

    I am new to Access and VBA, and am having a problem getting a combo box to work as expected. I have two tables: tblInventoryTransactions PK - TransactionID (autonum) ProductID (int) TransactionType (int) etc tblTransTypes PK - TypeID (autonum) TransactionName Action tblTransTypes is simply...
Back
Top Bottom