Error passing Serverfilter to a Form

P

Pepe

I have an application in Access 2000 + SQLServer 2000 working fine,

today I´m going to make a new option on it, I desing the form, the report,
etc... but when I call the form passing the serverfilter ... the forms loads
all the records and had no serverfilter

I use this sentence in a button

DoCmd.OpenForm "MIFORM", acNormal,varmyfilter , , , acWindowNormal

where varmyfilter is a string variable wich has is equal to "client_id=123"


If Idisplay in a message Box the Serverfilter when the forms load.. it is
empty ( I don´t understand why )

Why happens this?? it is the same code as other options in my application
which works fine...

Thanks a lot and sorry for my english.
 

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