Hey eveyone,
Here's what i got...I got 2 fields in a Table, WeekNum and Year, let's say WeekNum=42 and Year=2008. On a form I created, a user can click a button and a textbox will pop up allowing the user to enter a WeekNum and Year. I want to compare that new WeekNum and Year with the one already in the Table (WeekNum=42 and Year=2008) and if it's DIFFERENCE is <= 18 months, Exit the sub procedure. Is there a function for this type of calculation?
Thanks SOOOO much!!!
Here's what i got...I got 2 fields in a Table, WeekNum and Year, let's say WeekNum=42 and Year=2008. On a form I created, a user can click a button and a textbox will pop up allowing the user to enter a WeekNum and Year. I want to compare that new WeekNum and Year with the one already in the Table (WeekNum=42 and Year=2008) and if it's DIFFERENCE is <= 18 months, Exit the sub procedure. Is there a function for this type of calculation?
Thanks SOOOO much!!!
Comment