I have a split from that is used to review data and allow for changes to be made. The form is based on a single, simple Select query that references the main table (tblPresentations) and a date table (tblReportDate) that restricts the data that is selected to within the date range. I have set no other properties and there are no relationship links between the tables.
When I open the form, or even open the query directly without using the form, for that matter, all the data is locked. This happen even if I do not make any reference to fields in the date table in the design view of the query, i.e., it just sits there. If I remove the date table altogether from the query everything works fine, except I get records I don't want to see or edit.
If I create a split form based on the table directly everything works fine.
Is is not possible to generate an updateable recordset in a split form if more than one table is used in the query?
I have looked at this page http://allenbrowne.com/ser-61.html and none of those conditions seem to apply.
Thanks for your help.
Dan