G
Guest
=[ProductCode] & " " & Trim("(" &
Left([SkinDoorReplace],InStr([SkinDoorReplace] & " "," ")-1) & ")" & " " &
[Particular] & " " & [Measurements])
If the [SkinDoorReplace] is null,
the bracket ( ) will exist
If the [SkinDoorReplace] is not null
i need those bracket
what is the code to remove the bracket ( ) if the string [SkinDoorReplace]
is null
Any Solutions?
Thanks in advance
Kennykee
Left([SkinDoorReplace],InStr([SkinDoorReplace] & " "," ")-1) & ")" & " " &
[Particular] & " " & [Measurements])
If the [SkinDoorReplace] is null,
the bracket ( ) will exist
If the [SkinDoorReplace] is not null
i need those bracket
what is the code to remove the bracket ( ) if the string [SkinDoorReplace]
is null
Any Solutions?
Thanks in advance
Kennykee