hi, heres what i want to do.
i want field 2 (Address) to be based off field 1 (Names)
so, name = John address must be = Street1
is this possible? ive tryed to put in the afterupdate part this:
If Me.name = "john" then me.Address = "Street1"
doesnt work, but no error, help requested, thanks
i want field 2 (Address) to be based off field 1 (Names)
so, name = John address must be = Street1
is this possible? ive tryed to put in the afterupdate part this:
If Me.name = "john" then me.Address = "Street1"
doesnt work, but no error, help requested, thanks