G
Guest
Can some please help me on the following
I have a form which opens up by entering a paramater - with taccontrol that
has about 10 pages
each page, each page has a sub form that uses a criteria based on a text boc
on the main form
I have set up a command button on the main form to open a new version of the
same main form code is as follows
Private Sub cmdopennewcust_Click()
Set frmx = New [Form_Entity Form]
frmx.SetFocus
End Sub
the problem that I am having is that the sub forms (on the tab control) on
the new form are not showing the new
data that refer to the new text box that appears on the 2nd version of the
form but are still showing the data
based on the first text box on the first form.
I tried to insert docmd.requery just above the End Sub above but that did
not work
clear as mud - any help would be apprciated.
I have a form which opens up by entering a paramater - with taccontrol that
has about 10 pages
each page, each page has a sub form that uses a criteria based on a text boc
on the main form
I have set up a command button on the main form to open a new version of the
same main form code is as follows
Private Sub cmdopennewcust_Click()
Set frmx = New [Form_Entity Form]
frmx.SetFocus
End Sub
the problem that I am having is that the sub forms (on the tab control) on
the new form are not showing the new
data that refer to the new text box that appears on the 2nd version of the
form but are still showing the data
based on the first text box on the first form.
I tried to insert docmd.requery just above the End Sub above but that did
not work
clear as mud - any help would be apprciated.