All usernames in a listbox ???

Doppenberg

Registered User.
Local time
Today, 12:01
Joined
May 25, 2000
Messages
25
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.
 
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
 
I always use a callback function that displays the users in a list or combo.
 
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
 

Users who are viewing this thread

Back
Top Bottom