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.
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.