Database filled combobox

i have a database with a buncha fields in it, one of which is named division

then i have two comboboxes
combobox one will display the division names (i will type them in manually) on select of one of those division names i need to get the first and last name fields (that correspond to that division) from the database and display them in combobox two

then i need combobox two to display all the fields in different text boxes, lets call them text boxes name and phone for the sake of simplicity. phone will be numbers obviously and name will be a string of ( String ( LastName + “,” + FirstName ) )

i hope this makes sense
i’ve never connected to a db before with flash … so i need all the help i can get

thanks