Dutchy Posted February 13, 2007 Posted February 13, 2007 (edited) Hope someone can help me out with this. I have made a score field in my DB (edit box / number). I want to be able to fill in a score like 50% or 100%. The percentages correspond with the status of a project. I would like to link the percentages to a layout. For example if a score is filled in of 50% the project status I would be in Phase 2 and I would like it to show the phase 2 layout. Have no idea how I would be able to do this. Through a calculation perhaps? Dutchy Edited February 13, 2007 by Guest
mr_vodka Posted February 13, 2007 Posted February 13, 2007 If I am reading this correctly, then on your script to go to the next layout, All you need is a couple of elseifs. If [ ScoreField < 25 ] Go to Layout 1 Else If [ ScoreField < 50 ] Go to Layout 2 Else If [ ScoreField < 75 ] Go to Layout 3 Else Go to Layout 4 End If
Recommended Posts
This topic is 6494 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 accountSign in
Already have an account? Sign in here.
Sign In Now