BrenoAguiar
IS-IT--Management
HI folks,
I wanted to use one form (form1) to edit records in a table (tbl1) and after updating the record, the command button should open another form (form2), BUT ON the same record that he was updating on Form1, using the field "Media_cd" as the link. i.e. [Forms]![form1]![media_cd] = Me.Media_cd
I wanted to use the ".FindRecord" and not open the form1 with the [media_cd] FILTERED.
Any Help ?
I wanted to use one form (form1) to edit records in a table (tbl1) and after updating the record, the command button should open another form (form2), BUT ON the same record that he was updating on Form1, using the field "Media_cd" as the link. i.e. [Forms]![form1]![media_cd] = Me.Media_cd
I wanted to use the ".FindRecord" and not open the form1 with the [media_cd] FILTERED.
Any Help ?