If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > Listboxes and Add Item

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-07-10, 18:30
praxis1949 praxis1949 is offline
Registered User
 
Join Date: Mar 2009
Location: Gatineau, Quebec Canada
Posts: 72
Listboxes and Add Item

Greetings All,

I want to use list boxes to assign teachers to individual examinations, The first box would list examinations, the second teachers and the third an examination with a teacher. I have tried loading the third on the afterupdate event -- without success.

Does "additem" and "removeItem" work in Access 2003(it doesn't appear to from my experiments).

Can anyone suggest a useful tutorial?

Regards

John S.
Guangxi University (currently)
China
Reply With Quote
  #2 (permalink)  
Old 02-07-10, 19:53
Missinglinq Missinglinq is offline
Registered User
 
Join Date: Jun 2005
Location: Richmond, Virginia USA
Posts: 1,548
Additem and RemoveItem works in 2003, but it only works if the Listbox is based on a Value List. They cannot be used on Listboxes based on tables or queries, which sounds as if it might be the case here. In 2003, adding/removing data from Listboxes has to be done by doing thru the underlying table or query.
__________________
Hope this helps!

The Missinglinq

There's always more than one way to skin a cat!

All posts/responses based on Access 2000/2003
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On