J
JohnM77 via AccessMonster.com
I'm developing a project with a series of forms and unbound controls. Right
now I'm using the ListBox control and setting the .RecordSource to display
data from queries. I then use the ListBox_Click event to populate textboxes
with data from the selected row. The problem is that the ListBox loses the
flexibility of being able to resize columns and sort by fields, as is
possible when viewing data directly in a table or query.
I chose unbound so that I could have a "save" button on each form which
performs validation prior to any data manipulation. Is there a better control
to serve this purpose of allowing the user to sort and size columns while
keeping the textboxes (used for editing data) unbound?
Thanks for your help!
now I'm using the ListBox control and setting the .RecordSource to display
data from queries. I then use the ListBox_Click event to populate textboxes
with data from the selected row. The problem is that the ListBox loses the
flexibility of being able to resize columns and sort by fields, as is
possible when viewing data directly in a table or query.
I chose unbound so that I could have a "save" button on each form which
performs validation prior to any data manipulation. Is there a better control
to serve this purpose of allowing the user to sort and size columns while
keeping the textboxes (used for editing data) unbound?
Thanks for your help!