my apologies john your slap on the wrist was warranted i will talk quieter in
future.
i will start again
i have two tables one contains data on 118 club members,on my form i have a
combo box unbound from which i select members to play on a certain day.this
information is saved to a seperate table via a list box which is also
unbound.this works well i now want to add from a the second table visitors to
the club who wish to play on the same day.i also want to add them to the same
list box.if this requires creating queries,perhaps you could help me with
setting up the criteria?.many thanks rgds dennis
A Listbox isn't ideal for this purpose: a subform would be better. I don't see
what benefit you get from using a Combo Box to add data to a Listbox, when you
then must have code to move that data from the Listbox to a table! Why not
instead simply have a continuous Subform with a combo box, so that you can
just pick one record after another?
If you do have to use a listbox, it's possible - but it certainly makes it
harder for you as the developer, and I can't see that it makes it easier for
the user.
John W. Vinson [MVP]