Edit a Query



I have the following Table:

Table: TASKINFORMATION
- TaskName
- TaskType
- TaskDescription
- TaskStartDate
- TaskEndDate
- Status
- Comments
- Task Owner

I have a created the following Query:

Query: CurrentTaskInformation
- TaskName
- TaskType
- TaskDescription
- TaskStartDate
- TaskEndDate
- Status (<> "Completed")
- Comments
- Task Owner

I have created a form with the "Form Wizard", (format tabular, Source:
Query: CurrentTaskInformation)

When I view the query or the form, it will not allow me to update the
fields.

Am I doing something wrong?

.