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 / General 1 / February 2006

Tip: Looking for answers? Try searching our database.

Escape codes for delim characters in listbox value list?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mark - 09 Feb 2006 23:37 GMT
Hello.

I am using an Access listbox with RowSourceType set to "Value List."
Some of the values that I want to add to the list contain characters that
are interpreted as list delimiters when I set the RowSource property.
I have tried replacing the offending literal characters with every
escape sequence that I can think of. . .nothing works.

Suggestions?

Thanks
-Mark
cjb_kjb - 10 Feb 2006 01:09 GMT
The delimiter for values in a value list is ";".
Include the values in quotes
i.e.
"aaa;";bbb;"u;pp"

gives a list:
aaa;
bbb
u;pp
Mark - 10 Feb 2006 01:36 GMT
> The delimiter for values in a value list is ";".
> Include the values in quotes
> i.e.
> "aaa;";bbb;"u;pp"

That fixed it. Thanks!
-Mark
 
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.