Search results

  1. P

    for each record action??

    Hi. I want to asign some actions for each record in query. To be precise it has to write data from query on one Form into FIELDS on another form... otherwords: CODE on FROM Form set rst = recordsetclone For each RECORD(<---do not know what have to be hare) in rst if field222.text = "some...
  2. P

    Form and subform

    I have simple problem, and cannot solve it ;/ .... Typical situation.. i Have a FORM and SUBFORM(xxxx). Subform is divided into Pages. And i want to make button change pages, but it is placed on the FORM. What code to do to make this work ?? Private Sub button123_Click()...
Back
Top Bottom