more values in listBox
How to read more then one value into checked listbox?
I would like to read UserID and UserName, but in listbox I would like to
show only UserName.
Is that possible?
I need UserID to Update it in another table after a user select a UserName.
Hrcko
.
Relevant Pages
- Re: ListBox/ComboBox-to-TextBox question
... Just bound the dataset to the ListBox. ... Description, Status, UserName FROM "; ... Password, LoginName, Description, Status, UserName) VALUES (@UserID, ... (microsoft.public.dotnet.framework.windowsforms) - Re: Adding as option in a multiselect list box
... A part of this I haven't seen described yet is that you need something in the list box After Update event to allow for UserID being zero. ... UserName FROM tblUsers ORDER BY UserName ... (microsoft.public.access.forms) - Re: how to get users details
... Well Im using email address instead of username for a few reasons, ... is already the memid field there. ... UserID, at least for login purposes, rather than as a separate entity ... ... (microsoft.public.dotnet.framework.aspnet) - Inserting IDs into a list box using ItemData function
... (userID, userName) ... the second table is notes (noteID, userID, notes). ... Loop ... .ItemData function as that does not seem to be avaliable ?!?! ... (microsoft.public.word.vba.general) - RE: Conditional display of records ...
... So in my query, I will map 'A' and 'B' for flag='Y' and userid (with which ... users logon) with the userid stored in table 'B'. ... The trick is to create a function that calls the username function and pass ... Function CheckFlag(strFlag As String) As Boolean ... (microsoft.public.access.formscoding) |
|