Hi all,
I have a table lookup (tlkp_Category_Description) and in that table there are two fields called Category and Days. Each category has a corresponding amount of days. In my form I have the Category field based on that table lookup. Also in the form I have two date fields (Actual_Date and Expected_Date).
What I need to do is create a calculation: when the user selects a category from the drop down in the form, the Expected_Date field will add the corresponding amount of days from the table lookup to the Actual_Date field and give me a date.
Does that make sense? How could I do that?