M
MBoozer
Trying to get field2 (Synonyms) to automatically populate with data from
field1 (ChemName). Both fields are from the same table (Chemicals) and are on
the same form (ChemicalLocations). Tried this code on the ChemName field
after update but it doesn't work:
If Not IsNull(Me!ChemName) Then
Me!ChemName = Me!Synonyms
Else
Me!Synonyms = Null
End If
Any ideas? Thanks.
field1 (ChemName). Both fields are from the same table (Chemicals) and are on
the same form (ChemicalLocations). Tried this code on the ChemName field
after update but it doesn't work:
If Not IsNull(Me!ChemName) Then
Me!ChemName = Me!Synonyms
Else
Me!Synonyms = Null
End If
Any ideas? Thanks.