Hello All,
Here is my issue:
I've upsized my Access database to SQL and thus I'm using the link table thingy.
I have my form's record source is based on a access query. My access query uses a "WHERE" clause which is based on a form's field. This works fine in access but when I tried to use the query analyzer to build a view and I tried using the "WHERE" clause that I use in my access query; it gave me an error. I'm assuming that this is because I'm referencing a form but how can I make this work if I want to use SQL views instead of access queries to base my forms on?
Note: When my users open up the application, they are prompted with the user login mdw security pop-up. I have another form that is hidden called "login" that captures the "Current User" and this is what I use to restrict the data the users can view which is based on their username.
My "WHERE" clause in my access query references this hidden form.
Thanks!
E-force
Here is my issue:
I've upsized my Access database to SQL and thus I'm using the link table thingy.
I have my form's record source is based on a access query. My access query uses a "WHERE" clause which is based on a form's field. This works fine in access but when I tried to use the query analyzer to build a view and I tried using the "WHERE" clause that I use in my access query; it gave me an error. I'm assuming that this is because I'm referencing a form but how can I make this work if I want to use SQL views instead of access queries to base my forms on?
Note: When my users open up the application, they are prompted with the user login mdw security pop-up. I have another form that is hidden called "login" that captures the "Current User" and this is what I use to restrict the data the users can view which is based on their username.
My "WHERE" clause in my access query references this hidden form.
Thanks!
E-force