G
Guest
I know all the basics of Access and Visual Basic. I want to create a
database that will do the following. I have a table with a number of records
that I want displayed simultaneously on a form. I then want to create a
command button next to each record that will allow a user to choose one of
the records. The one chosen will then be written to a different table from
which I could, through queries, create various reports. It seems that I
could do this with a listbox, but I was thinking of something different.
Something with bound controls to the records in the original table, perhaps.
For some reason, I just can't think of an easy way to get these records onto
the form without a listbox. Any thoughts?
database that will do the following. I have a table with a number of records
that I want displayed simultaneously on a form. I then want to create a
command button next to each record that will allow a user to choose one of
the records. The one chosen will then be written to a different table from
which I could, through queries, create various reports. It seems that I
could do this with a listbox, but I was thinking of something different.
Something with bound controls to the records in the original table, perhaps.
For some reason, I just can't think of an easy way to get these records onto
the form without a listbox. Any thoughts?