I'm unable to update a table when using the <cfgridupdate> tag. My <cfgrid> is
correctly populated with a query and I can change information on the grid, but
I'm getting the following error when using the <cfgridupdate> tag on an action
page:
Primary key not found for the "GLM_Users" table. The table you are attempting
to UPDATE (GLM_Users) does not have a primary key (a field or set of fields
which uniquely identify each record).

I'm using the Flash format and cannot specify a hrefkey because that is only
available for the javascript applet. If I cannot use the <cfgridupdate> tag,
then can someone point me to a good reference regarding the form structure of
the submitted cfgrid? The <cfdump> tag occassionaly shows this error when
submitting the grid:
16:22:50.050 - coldfusion.util.RuntimeWrapper Exception - in
F:\web\glmdev\GNP\dev\GLM\AdminUserMaintenance_act ion.cfm : line 14
I'm guessing it has something to do with the date format.

Thanks