Can anyone help
I am running a a number of queries on one table and cannot update the records
To explain
I have a table with a number of fields 2 of which are start date and end date
The using enters a start and end date on a form and the query is designed to pick up any record start dates or end dates that fall between the two dates set by the user on the form so I have one query where
the parameters for my table start date are
>= Form start date and <= Form end date
the parameters for my table end date are
<=Form end date and >= Form Start Date
I then run a union query to join then and the results are not updatable
I am trying to work out another way to run the query but haven't thought of one yet so any help would be appreciated
I am running a a number of queries on one table and cannot update the records
To explain
I have a table with a number of fields 2 of which are start date and end date
The using enters a start and end date on a form and the query is designed to pick up any record start dates or end dates that fall between the two dates set by the user on the form so I have one query where
the parameters for my table start date are
>= Form start date and <= Form end date
the parameters for my table end date are
<=Form end date and >= Form Start Date
I then run a union query to join then and the results are not updatable
I am trying to work out another way to run the query but haven't thought of one yet so any help would be appreciated