G
Guest
Hello,
I have a form with a two column list box of employee names and the bound
column being set to the employee ID. I want to be able to select a name and
have their information automatically populate in the form's text boxes to
display their address, phone number, job title, and etc.
I've tried synching an ADO recordset and have it "run in the background" of
the form so when the user selects a name, the recordset's cursor moves
directly to the row in the recordset and display's the information. I've
also looked into using the RecordsetClone property, but I have not been
successful.
I'm using MS Access 2003. Any help would be appreciated.
Thanks,
Peter
"The views expressed here are mine and do not reflect the official opinion
of my employer or the organization through which the Internet was accessed".
I have a form with a two column list box of employee names and the bound
column being set to the employee ID. I want to be able to select a name and
have their information automatically populate in the form's text boxes to
display their address, phone number, job title, and etc.
I've tried synching an ADO recordset and have it "run in the background" of
the form so when the user selects a name, the recordset's cursor moves
directly to the row in the recordset and display's the information. I've
also looked into using the RecordsetClone property, but I have not been
successful.
I'm using MS Access 2003. Any help would be appreciated.
Thanks,
Peter
"The views expressed here are mine and do not reflect the official opinion
of my employer or the organization through which the Internet was accessed".