crazybake Posted November 30, 2002 Posted November 30, 2002 I have 20 buttons on a layout.. each corresponds to a day of the week (m-f) for the next four weeks.. Is there a way to dynamically assign these dates autmatically to the buttons.. i.e. if on this Monday I assign the first button date and to all of the rest that the next four weeks will automatically fill in? thanks
jasonwood Posted November 30, 2002 Posted November 30, 2002 If today is Tuesday, is the first button Wednesday? or do you have to skip over a few buttons to get to tomorrow? The first alternative would be easier to deal with I think.
BobWeaver Posted November 30, 2002 Posted November 30, 2002 Create a whole bunch of calculated fields: cButton1Text = StartDate cButton2Text = StartDate+1 cButton3Text = StartDate+2 . . . cButton20Text = StartDate+19 Then for the button names, use merge fields: <<cButton1Text>> <<cButton2Text>> <<cButton3Text>> etc.
Recommended Posts
This topic is 8033 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