Hi All,
I have a combo box in a form, I want to fill it with names I have stored in a database.
I know I have to use the fill command, but I am not sure what code I need to use.
I imagine I need to place this code in the form load event, where I wrote my code to connect to the database.
Tell me if I am wrong, but, do I need to create a sql fill command, select Names From Users, then execute that command in the combo box object.
Any help would be much appreciated.
Thanks
John