Ok Im trying to sych the form payments history to reflect the current record that is open in another form but I can't figure out why this function is not working here's my code
If IsOpen("Debtor_Window") Then
DebtorID.DefaultValue = FormsDebtor_Window!Debtor_ID
End If
If IsOpen("Debtor_Window") Then
DebtorID.DefaultValue = FormsDebtor_Window!Debtor_ID
End If