Search results

  1. L

    What could break relation and indexes?

    Hello! I am having some problems with a simple 2 related tables: 1. Order (parent) 2. Order-Details (child) In Order table I have an OrderNo Autonumber field that is also the primary key. The tables are in "1 to many" relation with "Enforce Referential Integrity" checked. I have one form in...
  2. L

    Updating conditional formatting in DataSheet Form

    Hello, I need some help regarding conditional formatting into an DataSheet Form. I have attached a small/basic sample database. The setup is as follows: - 3 tables: Orders and Order-Details (stripped so will remain only the required sample fields) and Order-Status - One query - qryOrders - that...
  3. L

    Conditional Formatting a Datasheet Form

    Hello Everyone, I have a problem formatting a form displayed as DataSheet. I am using a code provided by WayneRyan in another thread (Conditional Format Based on Previous and Current Record)(unfortunately I am not allowed to post with links yet) that toggle color based on an ID, in my case...
Back
Top Bottom