Search results

  1. D

    Solved Referencing a field within a RecordSet...

    Hi - could use some help on what is hopefully a straightforward nomenclature issue... I have a button on form that when clicked, updates the form's data (4 fields from Tbl_BatchRecord) into multiple transactional records (Table: Tbl_LotN) via a record set. All works great to transfer this data...
  2. D

    Solved Creating transaction records via OnClick - (Sales Order to Invoice conversion)

    I am updating a legacy Product Management Database to include Sales Order and Invoicing functionality. I am struggling on how best to create the invoice detail records (converting SO detail records to INVC detail records) and could use some advice on approach and/or specific code to include in...
  3. 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...
  4. 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