Ok, so I'm a little new to Access and I'm in way over my head.
Here's my problem:
I'm creating a special contact database, and then i'll have a form to add/edit/etc. My problem comes when I want to add information fields. I need 3 information fields, the first one will be a combobox that will recieve it's information from a table, and users can select their option. The second box will need to adjust based on the first box information.... example: I select "Dogs" in the first box, the second box will be a combobox that reads another column in the table with options (this is easy). But if you select the "Other" option in the first combobox, i need to have the second box be a textbox that I can fill in what ever information i need. The 3rd field will follow similar to the second, so if I can solve this I should be able to program the rest.
To sum it up, i need the 2nd box on my form to vary as either a combobox or a textbox based on the information selected in the 1st box.
I'm not sure if this possible, but any help would be appreciated. I haven't exactly started the form or database yet until I can solve this problem; trying to think ahead before I hit my road blocks.
Thanks,
Jason