Hi, I know this is well documented but I can't find what I want. I have several records for the same provider, each provider has their own ID, what I am trying to do is populate the same date field just for the same ID. The records are selected (filtered) by combo box and shown as a continous form, a report is run and then emailed which when the email button loses focus the following code is run:
[Private Sub ProvEmail_LostFocus()
Me.DateReq1 = Now()End Sub]
This puts in a date but I need it to be put into all the current records of that ID as the report covers all the records shown in the form. Hope this makes sense.
Any help would be greatly appreciated.
![]()