I have tried to add the following code to the event, but it doesn't seem to be doing anything:
Private Sub Agency_ID_Change()
Me!Agency_ID.Text = Me!sfrmAgency!AgeAgency_ID.Text
End Sub
I have tried to add the following code to the event, but it doesn't seem to be doing anything:
Private Sub Agency_ID_Change()
Me!Agency_ID.Text = Me!sfrmAgency!AgeAgency_ID.Text
End Sub