D
Dazzle
I have a form in an adp that opens a second form to a particular record using
the following:
DoCmd.OpenForm stdocname, , , "[ID]=" & Me.ID
This works fine in the adp file but when it is converted to an ade file it
seems the idnumber remains the same at all times. I have manually deleted the
number in the server filter on the form just prior to converting and it still
doesn't work.
Also, I have a table in a subform that will not refresh when I return to it
no matter what command i use...currently using me.form.table.refresh in
several places, including onactive in the form.
Thanks
Shelley
the following:
DoCmd.OpenForm stdocname, , , "[ID]=" & Me.ID
This works fine in the adp file but when it is converted to an ade file it
seems the idnumber remains the same at all times. I have manually deleted the
number in the server filter on the form just prior to converting and it still
doesn't work.
Also, I have a table in a subform that will not refresh when I return to it
no matter what command i use...currently using me.form.table.refresh in
several places, including onactive in the form.
Thanks
Shelley