J
Joan
Hi,
I have a form(datasheet view) which shows all dogs currently in
inventory. This form previously allowed updates or edits to fields on the
form. I recently changed the record source of the form to a union query
instead of a select query and now my form will not allow updates. Could
using a union query as the record source be why my form is no longer
editable? One of the queries in the union query uses a Make Table query as
part of its makeup.
The form shows both dogs that have never been sold and dogs that may have
been sold and then returned and available for sale again. Dogs could even
have been returned twice if they were sold twice. The reason I changed the
record source is because if a dog was returned twice, it would show up on
the form twice instead of once. Using the union query as the record source,
these dogs only appear once instead of twice but the form is not editable.
The reason I used the union query is that I have different limiting criteria
with returned dogs. How can I make my form editable again?
Joan
I have a form(datasheet view) which shows all dogs currently in
inventory. This form previously allowed updates or edits to fields on the
form. I recently changed the record source of the form to a union query
instead of a select query and now my form will not allow updates. Could
using a union query as the record source be why my form is no longer
editable? One of the queries in the union query uses a Make Table query as
part of its makeup.
The form shows both dogs that have never been sold and dogs that may have
been sold and then returned and available for sale again. Dogs could even
have been returned twice if they were sold twice. The reason I changed the
record source is because if a dog was returned twice, it would show up on
the form twice instead of once. Using the union query as the record source,
these dogs only appear once instead of twice but the form is not editable.
The reason I used the union query is that I have different limiting criteria
with returned dogs. How can I make my form editable again?
Joan