Hi, all!
I have a list of about 100 records, each with only three
fields. I want to write a VB6 program to scroll through this list, and
edit any of the rows or any of the fields within the rows.
I am stuck on the user interface portion. Can anyone suggest a good way
to present this data while allowing the user (me) to edit it? I am
referring to a generally-available control, or ideas for a data
entry/inquiry form.
If I HAVE to, I can add these to a database, but right now it seems
that that is overhead that I don't need to have.
Thanks in advance!
I have a list of about 100 records, each with only three
fields. I want to write a VB6 program to scroll through this list, and
edit any of the rows or any of the fields within the rows.
I am stuck on the user interface portion. Can anyone suggest a good way
to present this data while allowing the user (me) to edit it? I am
referring to a generally-available control, or ideas for a data
entry/inquiry form.
If I HAVE to, I can add these to a database, but right now it seems
that that is overhead that I don't need to have.
Thanks in advance!
Comment