Ok sorry guys for the continous asking but WHAT IS GOING ?
I use a form to pass data in a query's criteria !
I use
in the criteria row.So when I open it, it prompts for the value of [Forms]![Myform]![FormCommand].Now I closed Access(2007) and when I opened it ,I got the security warning and didn't enable the content and fired up the form-query and it worked 

.
Then when I enabled content ,the query asked for [Forms]![Myform]![FormCommand] again.
I have no VBA code yet in the whole database.
Anyone knows something about this issue?
I use a form to pass data in a query's criteria !
I use
Code:
[Forms]![Myform]![FormCommand]



Then when I enabled content ,the query asked for [Forms]![Myform]![FormCommand] again.
I have no VBA code yet in the whole database.
Anyone knows something about this issue?