View Full Version : combo box


jprma
01-03-2001, 10:47 PM
Hi I would like to know how to create a combo box which on the OnChange event changes automatically all records.
I have a form which is bases on a table named TBL1 with the following fields:

DATEOFBIRTH
LASTNAME
FIRSTNAME

I have associated the ComboBox to the field DATEOFBIRTH.
Is there a way or code that I can select from the combobox a specific records and see all other records change?
Thanks

fcco
01-04-2001, 12:05 AM
Have you tried the ComboBox wizzard? It has a function that can do what you wan't.