Search results

  1. W

    Record(s) cannot be added; No corresponding record on the 'one' side

    Hey! I've created two tables, one containing order data, the other additional order data. Not every order has additional order data. First i've created them with no specific relationship and filling in data via form worked fine. If i added additional data, a new record in the additional order...
  2. W

    Question Accessing specific control-values (not recordset values) in a continuous subform

    Hi all A continuous subform contains a textbox control with relatively costly calculated data, using a function as control source. A button "copy to clipboard" on the mainform should copy the subform data to the clipboard, but i don't want to calculate the textbox content again, if possible...
  3. W

    Question No current recordset / canceled by an associated object

    Hi! My form respectively subform has a couple of problems related to the recordset as it is available in VBA. The mainform contains material data, the subform contains the components of that material and a quantity, while the components are materials themselves. The subform's control source is...
Back
Top Bottom