shteev
Programmer
- Jul 15, 2003
- 42
I have a form which displays various fields from a record in a table. I've got those little arrow buttons at the bottom of my form so I can change the current form being displayed.
But I don't know how to add an element to the form myself which I can use to select the current form. What I want is a ListBox which contains all the records in the table, and to be able to click on a line in the ListBox to select the current record on the form.
But I don't know how to add an element to the form myself which I can use to select the current form. What I want is a ListBox which contains all the records in the table, and to be able to click on a line in the ListBox to select the current record on the form.