Well, sort of. So here's what I'm needing to do:
In my database, I have a "Time_Frame" table that houses 3 abbreviations along with each of their corresponding time frames (45, 30, 15 days). This table is used for a combo box on the form entitled "Results". What I am wanting to do is while working in the "Results" Form, I enter my original date and then select the abbreviation from the drop down. From there the end date will populate based on the entry from my original date plus the time frame from my time frame table.
I think I should go with a query, but then I think VB is the way to go. Either way, I am drawing a blank on how to do it. Any help would be greatly appreciated. Attached is a quickly thrown together example
In my database, I have a "Time_Frame" table that houses 3 abbreviations along with each of their corresponding time frames (45, 30, 15 days). This table is used for a combo box on the form entitled "Results". What I am wanting to do is while working in the "Results" Form, I enter my original date and then select the abbreviation from the drop down. From there the end date will populate based on the entry from my original date plus the time frame from my time frame table.
I think I should go with a query, but then I think VB is the way to go. Either way, I am drawing a blank on how to do it. Any help would be greatly appreciated. Attached is a quickly thrown together example