T
tmc
Say I have a simple table with 2 fields JobNumber and
JobName.
I'd like a form that let's me view data in this table
where when I open the form it shows 2 blank controls
labeled Job Number and Job Name. When I enter a job
number in the Job Number control it should show the
corresponding JobName in the Job Name control.
Its important that I can enter a job number and not
scroll all the jobs or use the binoculars button to find
the record I'm looking for.
How do I do this without a lot of fancy code?
Thanks
JobName.
I'd like a form that let's me view data in this table
where when I open the form it shows 2 blank controls
labeled Job Number and Job Name. When I enter a job
number in the Job Number control it should show the
corresponding JobName in the Job Name control.
Its important that I can enter a job number and not
scroll all the jobs or use the binoculars button to find
the record I'm looking for.
How do I do this without a lot of fancy code?
Thanks