Search results

  1. P

    for each record action??

    Hmm Pat, thx for explanation but i see that i couldn`t describe it to You well. My english is not very fluent and that`s all. I`ve wrote a Database based on Access which is the only App in my company that the sellers work with, nevermind... Tables are normalized, and forms, etc. I can write...
  2. P

    for each record action??

    :) Thx for explanation but now i would be gr8full for an example how to do this. I think i`ve found a way to describe my situation to You. I have 2 tables. One: id, Field1, Field2, Field3, Field4, Field5, Field6, Field7, Field8, Field9, Field10 Two: id, Name, Price Easy. The second table...
  3. P

    for each record action??

    I think not, because i have on one side a form based on a Query with precise Recordset and on another hand a Form based on a Table with 10 fields. and now, if the record from Form 1 contains f.ex word "dog" then code have to put this value into the second Form`s field 1. Sorry but i can`t be...
  4. 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...
  5. P

    Problem filtering subform

    thx :] i`ve used Your code.. I wanted to make Filter on data field with help of Input box, but just modified Your code and it works with one button :] Private Sub Polecenie27_Click() If Form.FilterOn = False Then Me.Form.Filter = "DATA Like [The Date]"...
  6. P

    Form and subform

    Anyone else??? :( Maybe there is possibility to make button on the FORM execute code from button on the SUB FORM ??
  7. P

    Form and subform

    ...Page breaks
  8. 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