B
Bill Fischer via AccessMonster.com
I have a record review subform in datasheet view which is based on a non
updatable query. Is there a way to click on the record on a certain field
(I'm hoping for the yes/no field but willing to use any field on the record)
to update the underlying table. The source query is highly filtered making
it nonupdatable and hence I'm trying to use the pop up to change the data.
I'm stuck with the datasheet view (my manager wants to be able to look at all
records to compare. The popup is easy, having a message to user (Do you want
to update this record?) with Yes and No command buttons. What I think I
need is code to transfer record ID to the form and then with updated to table.
Is any of this possible? Any help would be greatly appreicated.
Thanks,
Bill
updatable query. Is there a way to click on the record on a certain field
(I'm hoping for the yes/no field but willing to use any field on the record)
to update the underlying table. The source query is highly filtered making
it nonupdatable and hence I'm trying to use the pop up to change the data.
I'm stuck with the datasheet view (my manager wants to be able to look at all
records to compare. The popup is easy, having a message to user (Do you want
to update this record?) with Yes and No command buttons. What I think I
need is code to transfer record ID to the form and then with updated to table.
Is any of this possible? Any help would be greatly appreicated.
Thanks,
Bill