gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,281
- Office Version
- 365
- Platform
- Windows
I am Very new to Access, so please keep that in mind if you reply.
I have a table where I want one of the fields to concatenate fields
Fields "Sector/Division" & "Corporation"
I want to do the Excel equivalent of
If "Sector/Division" is not null Then
x=Concatenate(Sector/division,", "Corporation)
Else
x=Corporation
End If.....
Thanks. Much appreciated.
I have a table where I want one of the fields to concatenate fields
Fields "Sector/Division" & "Corporation"
I want to do the Excel equivalent of
If "Sector/Division" is not null Then
x=Concatenate(Sector/division,", "Corporation)
Else
x=Corporation
End If.....
Thanks. Much appreciated.