Search results

  1. A

    Recordset adds new record into sub form but on save nothing added to table

    Hi I am adding new record into subform via recordsetclone method. The problem is that record is added but on save it does not appear in the table. If add this record manual using subform everything works. When record added manually update of the record works fine. here is my code. 'Add Wastage...
  2. A

    Make field value static

    Hello I am trying to add various values based on Select Case to the value of field. The problem I face is that each time when I get different Case in select statement, the value of the field rather changing adds the value on top. :banghead: Private Sub ProductID_AfterUpdate() Dim qflPrice...
Back
Top Bottom