November 30, 200223 yr 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
November 30, 200223 yr 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.
November 30, 200223 yr 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.
Create an account or sign in to comment