Hi all,
I have a form with two main fields.
These fields are used to store dates for the purposes of identifying the time frame of all the records that are in a box.
However, in a small few circumstances I need to be able to store PIN numbers to identify records that are in a box.
So, basically I need a form that will only show two fields based on what is clicked in a combobox.
In other words, instead of having four fields - 2 for date and two for numbers (both are mutually exclusive and aren't required on the form at the same time) or creating another form for the rare instances where I need to store numbers instead of dates - I would like the fields to change from date fields to number fields when a certain item in the combobox is clicked.
So let's say I have dozens of categories like payroll, correspondence, claims, invoices, etc ----when I click invoices I want the default date fields to change to number fields instead.
Is that clear as muddy water?
Thanks in advance my mentors!