C
Cheval
You're on the right path as it's very easy, but you really
should get some training if you don't know as this is part
of the basics.
Create the Combo box (cboName) having the table field Name
as the query source. eg. Select Name From tblTable;
In the Combo, in the AfterUpdate even, put the code
me.Name.Setfocus
docmd.findrecord me.cboName
and you're done.
should get some training if you don't know as this is part
of the basics.
Create the Combo box (cboName) having the table field Name
as the query source. eg. Select Name From tblTable;
In the Combo, in the AfterUpdate even, put the code
me.Name.Setfocus
docmd.findrecord me.cboName
and you're done.