Doppenberg
01-24-2001, 11:58 PM
Is it possible to create a listbox/dropdown box in a form that displays all the users, just like in the TOOLS -> ACCOUNTS form ?
Greetings Tim.
Greetings Tim.
|
View Full Version : All usernames in a listbox ??? Doppenberg 01-24-2001, 11:58 PM Is it possible to create a listbox/dropdown box in a form that displays all the users, just like in the TOOLS -> ACCOUNTS form ? Greetings Tim. Doppenberg 01-30-2001, 10:53 PM Anyone, please ? Franky G 02-06-2001, 03:10 AM I have a table with all users (Staff in my case) on which I base a query 'Menu List - BC Officers'. The field which I bring through to my form is OFFNAME. I do this by creating a COMBO BOX and selecting the ROW SOURCE property as below; SELECT [Menu List - BC Officers].OFFNAME FROM [Menu List - BC Officers]; Works for me! Frank G ElsVanMiert 02-06-2001, 11:29 AM I always use a callback function that displays the users in a list or combo. Doppenberg 02-06-2001, 11:17 PM Can you tell me what a callback function is? I use a localized version of Access (Dutch version), so maybe it's just the term, but I don't know what a callback function is. gr. Tim |