Hi everyone,
Need some help with the formula.
dim Terms as number
Terms = TONUMBER(RIGHT({vwRPTPurchaseOrder.Terms}, 2))
formula = DateAdd("d", Terms, vwRPTPurchaseOrder.RequestDate})
'Extracts last two letter or number
'If it it a number then add in to the Request date. If they are letters then I would like to display "Due Upon Receipt". How can i write this formula??
Thanks in advance.
Need some help with the formula.
dim Terms as number
Terms = TONUMBER(RIGHT({vwRPTPurchaseOrder.Terms}, 2))
formula = DateAdd("d", Terms, vwRPTPurchaseOrder.RequestDate})
'Extracts last two letter or number
'If it it a number then add in to the Request date. If they are letters then I would like to display "Due Upon Receipt". How can i write this formula??
Thanks in advance.