Print Selected ID

Y

Yousoft

Dear All,
I want select different ID number from one list to add it to another list,
e.g.
List (1) for the entire ID
List to (2) empty list box to add ID number from list (1) by selecting the
ID and press add button to add the ID.
Finally I want send to print all the add or selected ID's
We can name two list of ID number
1- AllNum
2- SelecNum
Button name Add
Please …any one can help?.
Thanks
 
P

PieterLinden via AccessMonster.com

Yousoft said:
Dear All,
I want select different ID number from one list to add it to another list,
e.g.
List (1) for the entire ID
List to (2) empty list box to add ID number from list (1) by selecting the
ID and press add button to add the ID.
Finally I want send to print all the add or selected ID's
We can name two list of ID number
1- AllNum
2- SelecNum
Button name Add
Please …any one can help?.
Thanks

What version of Access? Can you not use the AddItem and RemoveItem methods?
Of course, they only work if you have the Row Source Type of the listbox to
Value List...

for the printing part, there's a way to do it on Access web.
www.mvps.org/acces just click Search.
 
Top