Jump to content

Putting checked items into text field


This topic is 805 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a row of checkboxes to speed up entry, but want their checked values to be pasted into a single text field. So if the checkbox items appear as [  ] apples  [X] oranges [  ] pears  [X] plumbs, I'd like the text field to have the checked values as words - oranges, plumbs. What options are there for this? It can be as the items are checked or after all the data is entered in the database for a given period.

Link to comment
Share on other sites

I am not sure what you mean by "row of checkboxes".

If you have a field formatted as a checkbox set, using a value list of (apples, oranges, pears, plums), and the user has checked the values of oranges and plums, then the field already contains "the checked values as words" - separated by carriage returns.

To see this, place another instance of the field on the layout, format it as an edit box and make it tall enough to display all the checked values. Note that the values appear in the order in which the user selected them.

What else do you need?

 

  • Plus1 1
Link to comment
Share on other sites

This topic is 805 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.