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?
drum2001@gmail.com - 31 Jan 2006 19:38 GMT
The message I recieve is "The recordset is not updateable"