Hey.
Basically, my question is as the title suggests. I have a table which is populated via an INSERT SQL using VBA to adapt to the information that I want to store in the table. If the SQL adds a new entry but the field isn't specified in the SQL, it sets 0 as a value.
On my form I have a listbox containing the information from the relevant table and it is displaying the 0 in the field at that point. Is there anyway to make this more aesthetic by "hiding" the zero's in the listbox?
Basically, my question is as the title suggests. I have a table which is populated via an INSERT SQL using VBA to adapt to the information that I want to store in the table. If the SQL adds a new entry but the field isn't specified in the SQL, it sets 0 as a value.
On my form I have a listbox containing the information from the relevant table and it is displaying the 0 in the field at that point. Is there anyway to make this more aesthetic by "hiding" the zero's in the listbox?