Search results

  1. D

    Solved Use two buttons to print the same report where one prints the detail section ... Freezing my application

    Hi - My goal is to present a user with two buttons - one that opens a report in print preview with the detail section visible and then one without it visible. I have built the On Click event for the two buttons and they open the report as required, toggling the visible true/false. However...
  2. D

    Convert 0 (zero) to Null

    This was a very helpful approach... If NULL, don't touch the field, otherwise populate the field
  3. D

    Solved Populate Form & Associated Table with Values from another Table

    Ahh, very straight forward. It was a three column display, so added these as 4th and 5th with width 0. Just implemented, and it works great. THANK YOU!!
  4. D

    Solved Populate Form & Associated Table with Values from another Table

    Sorry for not clarifying... yes, these two fields are PF/PK dependent. > Tbl_CBillTo.CUSTNO (PK) links to Tbl_SOHeader.SO_CUSTNOREF (FK) > Tbl_SOHeader.SalesOrderID (PK) To further clarify my scenario, I'm basically opening up the form to a new record, assigning the PK (SalesOrderID) and then...
  5. D

    Solved Populate Form & Associated Table with Values from another Table

    I would appreciate someone's help in what is likely a very straight forward task. I tried searching the forums but haven't been able to figure out the correct way to achieve it, although I suspect it may be related to setting the recordset. I'm dangerously familiar with VBA/SQL but haven't used...
Back
Top Bottom