Its very simple to use a query as a datasource. Just construct your query first and then select it from the datasource dropdown.
I'm guessing your problem is that your query is not updateable.
To make sure your query is updateable look at the last row. if you can type a new record at the end then it is.. if you cannot then it is not.
If you've used some related tables in your query then this may be the source of the problem. if your doing so to provide lookup values on your form then consider using Dlookup in the source query to produce those instead of relating to the table.
This should point you in the right direction. Good luck.
Thanks a lot for your help. AppStaff, you are right. I've used a related table in the form. What I need to do is use this Form as data entry to capture data. I think I would for a make table query, and then put that table in the Form's Record Source. What do you think about this guys.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.