Hello my friends.. I have a bit problem....
How to populate in combo box?
Let say for the first row is "-ALL-". Then after the first row, data from the database will be out.
Because i need to do "IF ELSE statement" in VBA..
Thanks you...Code:If me.comboModel="-ALL-" Then 'SQL String to list box without "where" Else 'SQL String to list box with where End if![]()