L
learner
Help ACCESS MVP's
I have a form with FAMILY, Address,City, ZIP & State.
My form works as follows.
If user selects Family="Y" then the address,city,zip & state value are
copied to the next new record. Which works perfect.
If family= "Y" Then
Address1.DefaultValue = "'" & Address1 & "'"
End If
BUT if the user selects family="N" the code does not clear the fields it
keeps copying the same field contents every time i enter a new record
If family= "N" Then
Address1.DefaultValue = "'" & Address1 & "'"
End If
Please help
Thanks
I have a form with FAMILY, Address,City, ZIP & State.
My form works as follows.
If user selects Family="Y" then the address,city,zip & state value are
copied to the next new record. Which works perfect.
If family= "Y" Then
Address1.DefaultValue = "'" & Address1 & "'"
End If
BUT if the user selects family="N" the code does not clear the fields it
keeps copying the same field contents every time i enter a new record
If family= "N" Then
Address1.DefaultValue = "'" & Address1 & "'"
End If
Please help
Thanks