I have a web-db that works fine before i upload it to Sharepoint Server site.
the structure is pretty simple:
1 Table, 2 Forms, 2 queries.
The first form submits the data
The second retrieves the data,filtered by a query, which has a criteria controlled by a combobox....
so i choose the date from the combobox, and i press a button that runs the query and after that pops up a report...
the table has stored information about what chapters of courses have been tought every day, in a school.. (example : 2/12/2012 mathsage2 english
age4 chemistry:test1
i use the following criteria to the query :
=[Forms]![form that has the combobox]![combobox name]
and its ok.
BUT when i upload the db to the server , the following error occurs :
Invalid reference 'forms.orderbydate.combo' in expression.
If i updated the db without the query's criteria (the problem), i have normal access to the by the browser...
i wish someone could help me , ive tried EVERYTHING