View Full Version : Sending field data to a table


tootman
06-29-2001, 04:30 AM
I have a combo box that when I selct a number it displays a corrisponding title in a text box. What I am trying to do, is get the title, that displays in the text box, to updat a record and automatically be entered n the table. For some reason, the data doesn't show up in the table, any ideas?

Angello Pimental
06-29-2001, 05:01 AM
Is the title used to find the record you wish to update?? Or is the title what you are trying to update in the record?
If you could please tell me exactly what you are trying to accomplish, I will be able to give you a better reply.

Angelo

tootman
06-29-2001, 10:50 AM
The title is in a table, it has a number that matches it in the 1st column. I want the title (when it is updated by the selection of a number) to update the record. For example, I place the persons name in one field, and select a number, a tile pops up, and should be added to the table holding all records of persons names and information I have entered before. All the other info appears in the table, except the title that appears in the text field on the form.