K
Ken Ivins
I have a popup form linked to an open single record form (frmMainActive).
When I navigate to the next record I want the popup to refresh to the new
record.
Which property event would I write a refresh command for the popup. On
frmMainActive I tried "On Data Change" and on "On Data Set Change". Maybe it
is my code. I used:
Private Sub Form_DataSetChange()
Forms!frmBilling.Refresh
End Sub
Thanks,
Ken
When I navigate to the next record I want the popup to refresh to the new
record.
Which property event would I write a refresh command for the popup. On
frmMainActive I tried "On Data Change" and on "On Data Set Change". Maybe it
is my code. I used:
Private Sub Form_DataSetChange()
Forms!frmBilling.Refresh
End Sub
Thanks,
Ken