Hello,
I have a Table that has the following fields:
RTM
4day
5day
7day
RTM = round trip miles: 20;25;30;35.....
4day shows rates based on the RTM for a 4day work week
5day shows rates based on the RTM for a 5day work week
and so on...
I would like to create two drop down fields and a text box on a Form. The first drop down shows RTM (20-200 in five-mile increments). The second drop down shows work week options. Based on the options selected in the two drop down fields, I would like to text box to show the resulting fare, say for example the options chosen were 20 RTM and 5day.
How can I do this? I am somewhat familiar with VBA.
Thanks in advance for your assistance!
Tommy