fmbma
Posts: 58
|
| Posted: 01/19/2005, 11:22 AM |
|
My editable grid works fine with a single table. It's an update only grid - no insert or delete. However, I've added a table to the query to display additional data as labels. I added a "Table" type custom update. Expanding the "Custom Update" field, it correctly identified the three form fields that can be edited. I added the key field as a hidden field on the grid. In the WHERE part of the wizard, I entered the key field -TaskID- equal to the parameter -TaskID- with type "Form". I do not enter it as tblTasks.TaskID, just as TaskID. I leave Format blank.
I don't get an error, but the grid does not save changes. What am I doing wrong?
|
 |
 |
fmbma
Posts: 58
|
| Posted: 01/19/2005, 5:53 PM |
|
got it - the parameter in the where needs to be a datasource column
|
 |
 |
|