Hello ,
Today i integrated an access web database to the net and i am trying to make a search query .
As i understand there some new restrictions regarding the query's , my query for my database was something like that
Like "*" & [Forms]![Form1]![Home] & "*"
From my research that i did on the net , it seems that a new conditions should be met in order the query to be web compatible but i still haven't figure out what .
Basically i want my query to LIKE "*" and the values should get it from the specific reference as you can see . From the text named Home that is on the Form1 and that of course Form1 is a Form