Jump to content

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

Recommended Posts

Posted

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.

Posted

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
Posted

OK got it. I'm just a bit rusty on that aspect and now I've sorted out how to combine it with other data. There's no option to close this post?

This topic is 1092 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.