[Solved] Can't change data in form
Posted: Fri Feb 26, 2021 6:23 pm
I've got a form that is based on a query so I can find a desired record and update it. It all works great, so I made a new query to find all the records of a particular client. The query works as expected. I then copied a form that I use for data entry, only this one uses the query. When I open the form, it asks for the client name and the form is populated with all the correct data and I can scroll through all the records associated with that client. But I can't change any of the data. I've looked at the form control and it's set for changes (Allow additions, allow modifications, allow deletions).
Is it because the query uses data from two different tables? Or because the form has multiple records after the query runs? (can't be that because the other form I have can have multiple records after the query search and it allows changes). I've looked at the controls of the two forms and don't see any differences.
Help?!
Is it because the query uses data from two different tables? Or because the form has multiple records after the query runs? (can't be that because the other form I have can have multiple records after the query search and it allows changes). I've looked at the controls of the two forms and don't see any differences.
Help?!