View Full Version : Auto Populate made table not work correctly


thesilverwolfie
11-01-2001, 06:24 AM
I had a form that links to a table. Once the form is filled out it automatically puts the information in the table and keeps an ongoing record.

My question is, I changed three of the fields. Name, Department, and Supervisor. I made the Department and supervisor list boxes and changed the name combo box so that it would auto populate the department and supervisor based on the name that was selected. That all works fine but now the two fields department and supervisor do not appear on the table. If I change the list boxes to combo boxes They appear on the table but it does not auto populate that way.

Any ideals or suggestions on what may have happened or what I need to do?

Thanks

[This message has been edited by thesilverwolfie (edited 11-01-2001).]

Jack Cowley
11-01-2001, 09:23 AM
Make sure the new fields are bound to the field in the table....

thesilverwolfie
11-01-2001, 09:43 AM
How do you make sure they are bound or bind them?

I dont' think that is the problem. When i change it to a combo box it works and inserts the values into the table but when i change it back to a list box it will not insert the values into the table. Does that make sense?

[This message has been edited by thesilverwolfie (edited 11-01-2001).]