Should I use a ListBox or something else?

G

Gainger Gran

I am current using a ListBox. It queries a table. But I want
the ListBox to not display row #1 and I want to change some
of the column widths and I also want one of the fields to be
editable. Should I be using a different control?
 
G

Guest

It queries a table. But I want the ListBox to not display row #1
Use criteria in the query to not pull your record you call row #!.
In design view and properties you change widths.
No as when the data is edited then the underlying data is modified. Go to
the table to edit.
Maybe, most people use a listbox to choose from the list to enter in the
bound field. If you are using it differently then you might need something
else.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top