Can not type data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a query with two tables but it does not allow me to change the data
in the spreadsheet. I am not sure why?
 
First off is Access does not have spreadsheets. It does have datasheets. If
you are trying to update an attached spreadsheet, there are a few reasons why
it won't work.

If trying to update Access tables through the datasheet view of a query:
This is a very complicated subject. I suggest that you open up Access Help,
go to the Find tab, type in "updatable" (lower case u) or "About updating
data", and then scroll down to "When can I update data from a query?" or "Why
can't I edit data in my form?". There you will find a lot of, possibly too
much, information on the subject. In a nutshell, if the query is based on one
table or tables with a one-to-one relationship, you will be able to edit or
delete records. If it is based on two or more tables with a one-to-many
relationship, you 'should' be able to edit or delete records. If you have
three or more tables based on many-to-one-to-many relationships, you will not
be able to edit or delete records. This is just the highlights. Help has much
more information.
 
Back
Top