Browsing Recordsets with a ListBox

  • Thread starter Thread starter Mirco Wilhelm
  • Start date Start date
M

Mirco Wilhelm

I made a form showing all data of a table recordset. I want to select each
recordeset by clicking on a related itemlist (eg. names) in a ListBox.

Does anyone have an idea how to do this?
 
Mirco Wilhelm said:
I made a form showing all data of a table recordset. I want to select each
recordeset by clicking on a related itemlist (eg. names) in a ListBox.

Does anyone have an idea how to do this?

I am not sure what you mean by *each* recordset. There is only 1. I think
you mean the rows from within that recordset. Use the AfterUpdate event of
the List Box to open a form with the values from the recordset.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top