G
Guest
I would like to make a "editable crosstab"..each row and cell are unique. So
even though the query I uses creates a crosstab (using group by and pivot)
and Access won't let the form using it update the data. I know that each
value IS unique and can be updated.
One way is to detect onclick, put up a prompt. update using a update query
and then requery the form to refresh the data.
The other way is to use a fancy grid thingy, where the user can edit on the
grid. on tab out, or lose focus. update the value they changed back to the
table.
The above can be done reasonably..though its a lot of onclick repetative
code. The last works nicer and I'd rather do it that way. I'm not able to use
the MSFlexGrid in design mode however (bummer) why does MS do that? Is there
another grid I can use...or is PivotTable able to do this?
Any help would be great.
Elvis
even though the query I uses creates a crosstab (using group by and pivot)
and Access won't let the form using it update the data. I know that each
value IS unique and can be updated.
One way is to detect onclick, put up a prompt. update using a update query
and then requery the form to refresh the data.
The other way is to use a fancy grid thingy, where the user can edit on the
grid. on tab out, or lose focus. update the value they changed back to the
table.
The above can be done reasonably..though its a lot of onclick repetative
code. The last works nicer and I'd rather do it that way. I'm not able to use
the MSFlexGrid in design mode however (bummer) why does MS do that? Is there
another grid I can use...or is PivotTable able to do this?
Any help would be great.
Elvis