Databound Checkboxlist question

T

tjonsek

Is it possible to concat to fields from a dataset together to create
the checkboxlist labels?

I'd like to create a form with a checkboxlist with the text of the
label for each item coming from a combination of date,description and
location fields in a database
 
G

Guest

Simply create your select query that pulls the data out of the database like
the example below

Select DateField + " " + DescriptionField + " " + LocationField AS
ConcatField.

The Concat field will then contain the other fields seperated by a space.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,802
Messages
2,569,661
Members
45,429
Latest member
FayeWagsta

Latest Threads

Top