benlinkknilneb
Programmer
Hi all,
I'm doing some maintenance on a Notes database, and I have no experience with the system. I've gotten almost everything figured out for this assignment except for one thing:
I have a formula that should return a Part Number concatenated with a date code (don't ask why... I'm dealing with a very ugly database here) like so:
102381990013
Which is read as follows:
Part 10238199 run on Julian date 001 (Jan 1) 2003.
I can access the Part Number as a string and the date as a standard date.
Here's my formula so far (doesn't work):
TBPARTNUM+(TBDATE - @Date(@Year(TBDATE);1;1))+@right(@Year(TBDATE);1)
Can anyone help me out?
TIA
Ben
I'm doing some maintenance on a Notes database, and I have no experience with the system. I've gotten almost everything figured out for this assignment except for one thing:
I have a formula that should return a Part Number concatenated with a date code (don't ask why... I'm dealing with a very ugly database here) like so:
102381990013
Which is read as follows:
Part 10238199 run on Julian date 001 (Jan 1) 2003.
I can access the Part Number as a string and the date as a standard date.
Here's my formula so far (doesn't work):
TBPARTNUM+(TBDATE - @Date(@Year(TBDATE);1;1))+@right(@Year(TBDATE);1)
Can anyone help me out?
TIA
Ben