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 value" then forms!secondform!field1.text = field222
..
..
end if
next
????
How to do this?? i`ve searched for similiar topic on the Web but found nothing
Help please.
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 value" then forms!secondform!field1.text = field222
..
..
end if
next
????
How to do this?? i`ve searched for similiar topic on the Web but found nothing
