ergonzalez
Technical User
I have created a form with two different combo boxes. The 1st combo box is named: "Reason Category" and the second one is named: "Reason Code". There are 14 different choices to chose from for the Reason Category.
Here is where I need help. The "Reason Code" is going to be different depending on what Reason Category is chosen. For example: The first Reason Category is "Billng" and the Reason Codes for Billing are: "Misc Fee Inquiry" or "Service Fee Inquiry". I only want these two appear when I select "Billing" as the "Reason Category"
I've created two tables.
The first table lists all of the Reason Categories under Field1. The second Field is named ID and it's just numbered 1-14.
The second table lists all of the different Reason Codes. It has 15 different fileds. The first 14 fields contain all of the reason codes. Field1 contains all of the reason categories for Billing, Field2 contains all of the reason codes for the 2nd Reason Category, Field3 contains all of the reason categories for the 3rd Reason Category and so on.
What code do I enter in order for the appropriate Reason Codes to appear for each Reason Category?
Here is where I need help. The "Reason Code" is going to be different depending on what Reason Category is chosen. For example: The first Reason Category is "Billng" and the Reason Codes for Billing are: "Misc Fee Inquiry" or "Service Fee Inquiry". I only want these two appear when I select "Billing" as the "Reason Category"
I've created two tables.
The first table lists all of the Reason Categories under Field1. The second Field is named ID and it's just numbered 1-14.
The second table lists all of the different Reason Codes. It has 15 different fileds. The first 14 fields contain all of the reason codes. Field1 contains all of the reason categories for Billing, Field2 contains all of the reason codes for the 2nd Reason Category, Field3 contains all of the reason categories for the 3rd Reason Category and so on.
What code do I enter in order for the appropriate Reason Codes to appear for each Reason Category?