When a selection is made in one field I want two other fields to automatically fill in based on what is in a table. I have a table with four fields.
1. id field
2. the type of mailing
3. the cost per piece
4. the makeready cost
In my form when the type of mailing is selected I want number 3 (cost per piece) and number 4 (makeready) to automatically fill in for me. How do I do this?
I need these two fields for a calculation.
Quantity * cost + makeready = total cost
1. id field
2. the type of mailing
3. the cost per piece
4. the makeready cost
In my form when the type of mailing is selected I want number 3 (cost per piece) and number 4 (makeready) to automatically fill in for me. How do I do this?
I need these two fields for a calculation.
Quantity * cost + makeready = total cost