Server Fileter in an ade file.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top