I have a issue where I want to update a field, with a timestamp via commandbtn.
I have a subform (adminsub) that onopen queries a table with results displayed as datasheet, with a field (udate)which will hold my(timestamp.
cannot loop thru the query since I did not index that field due to unknown how many records will or can be generated from the query.
once I complete my tasks with the queries, in this case checkall checkboxes as true via commandbtn... I want either in the same commandbtn(checkall) or a new one...insert the current timestamp in the field(udate) of this qry...there by updating the underlying table.
I know too simple huh? but I have tried variations cannot get it too work... the most I have achieved is updating only the first record.
appreciate any help out there!
I have a subform (adminsub) that onopen queries a table with results displayed as datasheet, with a field (udate)which will hold my(timestamp.
cannot loop thru the query since I did not index that field due to unknown how many records will or can be generated from the query.
once I complete my tasks with the queries, in this case checkall checkboxes as true via commandbtn... I want either in the same commandbtn(checkall) or a new one...insert the current timestamp in the field(udate) of this qry...there by updating the underlying table.
I know too simple huh? but I have tried variations cannot get it too work... the most I have achieved is updating only the first record.
appreciate any help out there!