VBA To Create Complex Field Code?

G

George Lee

How do you write VBA to create a complex field code, something like having
fields within fields. For example:

{
IF { CREATEDATE \@ “yyyyâ€} = { DATE \@ “yyyyâ€}
"Created this year by { WhichMegaCorporation}.â€
"Created some other time.â€
}
 
Top