PDA

Click to See Complete Forum and Search --> : Data Combo won't Update


jsisk1976
Nov 1st, 2000, 03:20 PM
I have this database program which keeps tracks of employees information. I have two datacombos that tell the department and status of the employee, the name, starting date and all other info is in textboxes. I use an Access database which has the employee table and other tables. When I edit an employee, textboxes update but when I update the datacombo, they don't update. If anybody has an idea why they won't update, I would greatly appreciate it.
the datasource for the datacombo is one table and the rowsource is another table.

Nemo
Nov 2nd, 2000, 11:53 PM
Most probably because
ComboBox was meant to be used as DATA RETRIEVAL ONLY.