Search results

  1. C

    Form's DataEntry Property

    My apologies, it works fine now and amazingly fast. 3 second load! However, the reason why I wanted to use the DataEntry property was so I can set it off when i use my Edit Survey button. I don't know how to do that with this query. However, this has shown me that a faster form is possible and...
  2. C

    Form's DataEntry Property

    The query record source works great on the database when i split it locally but the form does not open when i split the back end to the server. Could it be an issue with the server not giving the same permissions as I would have locally?
  3. C

    Form's DataEntry Property

    SELECT Responses.WO, Responses.Reviewer, Responses.[Review Date], Responses.[A_Q01], Responses.[A_Q02], Responses.[A_Q03], Responses.[A_Q04], Responses.[A_Q05] FROM Responses;
  4. C

    Form's DataEntry Property

    Hi peeps, I have an issue with the DataEntry property causing my form to be only useable by one user at a time. I've made a split database with the backend holding the survey response table on the slow company server, while the frontend is the survey form. It's been working fine although...
Back
Top Bottom