Jump to content

Rotating Value in value list for each new or duplicate record


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

Recommended Posts

User has (lets say) 4 identical widgets which he wants to spread 

the work on so that the spring is not tight on some and loose on others.

 

So I would like a drop down list or pop up menu that the user can

edit so that he can either call it # 1,2,3 or 4 or A, B, C, or D.

 

As he uses it, it starts with maybe #1, than when he duplicates the record

or creates a new record it automatically goes to the next value #2.

When it reaches the end #4 it cycles to #1.

 

It would be best if the value stays in the field so that when they startup

the next day the proper widget is displayed.  So if they stop at #2

the next record will be #3.

 

User should be able to select which widget to start with in case one

breaks and he has to pull it out of line.

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
User has (lets say) 4 identical widgets which he wants to spread 

the work on so that the spring is not tight on some and loose on others.

 

I believe the simplest way would be to select a random widget each time a new record is created. Otherwise you would need to look at the previous record - either through a script or through a relationship - then select the next widget.

Link to comment
Share on other sites

Wouldn't a random widget possibly select the same one again?, also to help distribute the usage on each widget you would need an even amount to each widget.  How would the script work that you are mentioning? If possible please be specific for this newbie. Thanks

Link to comment
Share on other sites

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