Appending a row to List box row source

J

JimP

I would like to append a row to a list box row source that uses a query as
it's source. I can think of a way to do this using a union query - but would
like to know if there are other options.
 
D

Douglas J. Steele

If the RowSource is a query, then your only option is to add the record to
the source of the query, either by adding it to the underlying table, or
creating a UNION query that joins the new data to the existing data.
 

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

Can't select from list box 3
list box bound column 1
Combo Box 1
Access Control on subform / combo box requesting parameter 0
Column Orders 1
Combo box returning wrong value 2
List Boxes 1
List Box - Query As Row Source 1

Top