Search results

  1. H

    DLookup forms

    I have a form for reservation and like to put an dlookup for noShows I have done this Private Sub Celular_AfterUpdate() If (Not IsNull(DLookup("[Celular]", "tblReservations", "[Celular] ='" & Me!Celular & "'"))) Then DoCmd.OpenReport "rptReservationsNoShow", acViewPreview, ...
  2. H

    update textfield on mainform from subform

    I have a form CashBook with the subform subCashBook On the mainform i have a textfield to get the actual cash amount I programed CashDate on the mainform with setfocus to get the exact amount from the tblCashBook. I tried everything to change the textbox with the new amount after entering paid...
Back
Top Bottom