Search results

  1. N

    Create a custom Forms collection object

    Create a custom Forms collection object [SOLVED] Hi, I am trying to prevent code duplication such as: With Me.subForm1.Form .AllowAdditions = False .AllowDeletions = False .AllowEdits = False End With With Me.subForm2.Form .AllowAdditions = False .AllowDeletions = False...
  2. N

    DB design dilemma - "double" one to one relationship

    Hi everyone. I'm working on a database and I've hit a difficulty I can't seem to get passed. Here is the current design: tblPrinter PrinterID ArticleID ModelName tblCartridges CartridgeID ArticleID lkPrinterCartridgeCompatibilities (Link table) PrinterCartridgeCompatibilityID PrinterID...
Back
Top Bottom