Approve
I think the control source of the Approved Date Field should be the field in the table or query you want the date to be stored in.
Then, in the After Update Event of the ComboBox put something like this:
If Transaction Status = "Approved" then
Me.Approved Date Field = Date()
Else...