I want to learn how to create a select list based on results from a previous field. I am creating a data entry form for inputting daily project reports. As I carry on through the data entry fields I enter a field entitled "Cost Type". In this field I enter a specific code which reflects the type of cost that I am entering. The costs are broken into five groups Labour(L), Equipment(E), Subcontractors(S), Rentals(R), and Materials(M). Each of these groups has nine different sections to into (L1 - Asphalt, L2 - Concrete, etc.). Each of these groups also has a table created to reflect the information that I am looking to extract.
The field after "Cost Type" is "Description". What I would like to achieve is that based on what I have entered into the "Cost Type" field (eg. L1, R2, etc.) a combo box reflecting the specific corresponding table will be available in the "Description" field. I will then be able to select the appropriate description (Employee, equipment, etc.) required for this entry.
The field after "Cost Type" is "Description". What I would like to achieve is that based on what I have entered into the "Cost Type" field (eg. L1, R2, etc.) a combo box reflecting the specific corresponding table will be available in the "Description" field. I will then be able to select the appropriate description (Employee, equipment, etc.) required for this entry.