I'm extreemly new to Access programming. I've done lots of programming work in the past and I'm just trying to figure out how things all fit together in Access.
Can anyone recommend any good books or web sites that might be of us? I have no previous SQL experience.
Anyway, here's my question. I have a form setup to list employee names in a combo box. The employee names are pulled from a table called employees. The form is actually using a different table as its record source. I would like to pull a value from the employee table, from the same record the employee name selected in the combo box belongs to and put that value in a field on my form.
My problem is that I haven't the faintest clue as how I could get that value from the employee table. The rest I know how to do.
Thanks,
Demus
Can anyone recommend any good books or web sites that might be of us? I have no previous SQL experience.
Anyway, here's my question. I have a form setup to list employee names in a combo box. The employee names are pulled from a table called employees. The form is actually using a different table as its record source. I would like to pull a value from the employee table, from the same record the employee name selected in the combo box belongs to and put that value in a field on my form.
My problem is that I haven't the faintest clue as how I could get that value from the employee table. The rest I know how to do.
Thanks,
Demus