Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / December 2007

Tip: Looking for answers? Try searching our database.

Lists Questions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Douglas @ Helpdesk - 06 Dec 2007 21:37 GMT
i have a list that i have 10 different accounts listed in on my form.
I have it setup so that i can select multiple options.

how do i get this list to show up in the actual table? I had to create this
list on the form itself.

is there a way to take that list that i made and convert it into a text
field when i run a report? and have it display what was selected?
Klatuu - 06 Dec 2007 22:48 GMT
Are you trying to put multiple accounts in the same table field?
That doesn't seem right.

A multi select list box will not return a value if you use it like

Me.txtAccount = Me.lstAccountList

You have to loop through the ItemsSelected collection of the list box to
return one value at a time.  Look in VBA Help for ItemsSelected.  It has a
good example of how to use it.
Signature

Dave Hargis, Microsoft Access MVP

> i have a list that i have 10 different accounts listed in on my form.
> I have it setup so that i can select multiple options.
[quoted text clipped - 4 lines]
> is there a way to take that list that i made and convert it into a text
> field when i run a report? and have it display what was selected?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.