M
Mota
Hello;
In a from named "RequestFRM",i want to show another copy of a form ,just
with its recordset changed.I used this syntax:
Dim Frm as form,DB as dataBase
Set DB=DBEngine(0)(0)
Set Frm=New Form_RequestFRM
Frm.RecordSource=DB!QueryDefs!RequestQRY
Frm.Visible=True
Frm.SetFocus
But this cant show the second form.I changed PopUp property of the form,but
still doesnt work.How to do this?
any feed back wd be appreciated.Thank you.
In a from named "RequestFRM",i want to show another copy of a form ,just
with its recordset changed.I used this syntax:
Dim Frm as form,DB as dataBase
Set DB=DBEngine(0)(0)
Set Frm=New Form_RequestFRM
Frm.RecordSource=DB!QueryDefs!RequestQRY
Frm.Visible=True
Frm.SetFocus
But this cant show the second form.I changed PopUp property of the form,but
still doesnt work.How to do this?
any feed back wd be appreciated.Thank you.