Hey everyone,
I have a form that when I select choices from a combobox it autopopulates textboxes with the information. All of that works great. What I am having a problem with is that I would like to put N/A in the text boxes when there is no information to put in the text box.
Here is a scenario: My data ranges from 2009-2012. I have text boxes that get filled with the data that is from the month of the year that is selected. So if say January 2009 is selected then these textboxes get filled with data. I also have text boxes that need to be filled with the data from the same month but in the previous year. The problem is that there is no data for 2008. How would I get N/A in the text box if that happens?
Thanks
I have a form that when I select choices from a combobox it autopopulates textboxes with the information. All of that works great. What I am having a problem with is that I would like to put N/A in the text boxes when there is no information to put in the text box.
Here is a scenario: My data ranges from 2009-2012. I have text boxes that get filled with the data that is from the month of the year that is selected. So if say January 2009 is selected then these textboxes get filled with data. I also have text boxes that need to be filled with the data from the same month but in the previous year. The problem is that there is no data for 2008. How would I get N/A in the text box if that happens?
Thanks
Last edited: