Alright - so I need to know if what I want to do is even possible or not.
I have a form with a ComboBox. The ComboBox is populated with information from a table. Currently, we are not collecting the information for this ComboBox - so I want the default value of the ComboBox to be "N/A" (which is one of the options from the table). Once it is set to this value, I want to hide the ComboBox so that the users do not even have to see it, and the record will populate with "N/A". The reason for keeping the ComboBox is that we will be collecting this information in the future, so then it just has to be set to visible and the users can select a value as needed.
I have tried setting the default value in the ComboBox every way I can come up with. But no matter what, when I open the form the ComboBox is blank. The form is calling information from other tables, so I wonder if this is a problem with it not be a new record (I know there is some sort of issue where default values only appear for new records), but the information in the ComboBox is new and is being saved as a new record in a table, so I'm not sure why I'd be having this issue.
If anyone could let me know if what I want to do is even possible, that would be great. And then maybe some tips about how to hardwire my ComboBox.
Thanks!
I have a form with a ComboBox. The ComboBox is populated with information from a table. Currently, we are not collecting the information for this ComboBox - so I want the default value of the ComboBox to be "N/A" (which is one of the options from the table). Once it is set to this value, I want to hide the ComboBox so that the users do not even have to see it, and the record will populate with "N/A". The reason for keeping the ComboBox is that we will be collecting this information in the future, so then it just has to be set to visible and the users can select a value as needed.
I have tried setting the default value in the ComboBox every way I can come up with. But no matter what, when I open the form the ComboBox is blank. The form is calling information from other tables, so I wonder if this is a problem with it not be a new record (I know there is some sort of issue where default values only appear for new records), but the information in the ComboBox is new and is being saved as a new record in a table, so I'm not sure why I'd be having this issue.
If anyone could let me know if what I want to do is even possible, that would be great. And then maybe some tips about how to hardwire my ComboBox.
Thanks!