ckroon
Posts: 869
|
| Posted: 05/24/2006, 10:03 PM |
|
Thansk for all your help so far, I have come a long way in only a few days.
I need to know how to "marry" two fields. I have a record component where a student's record will be modified. If the Teacher's name field were to be changed, the teacher ID field would have to change accordingly/automatically.
Any way to do this?
Both the Teacher Name and Teacher Id are displayed as fields in the record component.
It's in ASP/Access.
I'm not a coder so, if you can, try to point me at the right toolbox/function/menu item/property.
Thanks!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
kevind
Posts: 251
|
| Posted: 05/25/2006, 9:30 AM |
|
I would suggest using the list box and join it to the table containing the list of teachers. This links the TeacherID into the field in the record and displays the name at the same time.
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|