BertBoye Posted May 31, 2003 Posted May 31, 2003 I am trying to make a multi key from to dates. I have 3 drop down menus to select start date and 3 to select end date. I have a calculation field like this: TextToDate(Case(month_search="january", 1, month_search="February", 2, month_search="March", 3, month_search="April", 4, month_search="May", 5, month_search="June", 6, month_search="July", 7, month_search="August", 8, month_search="September", 9, month_search="October", 10, month_search="November", 11, month_search="December", 12)&"/"&day_search&"/"&year_search) & "" &TextToDate(Case(month_search="january", 1, month_search="February", 2, month_search="March", 3, month_search="April", 4, month_search="May", 5, month_search="June", 6, month_search="July", 7, month_search="August", 8, month_search="September", 9, month_search="October", 10, month_search="November", 11, month_search="December", 12)&"/"&day_search&"/"&year_search) +1 The result of this is: 731288731289 I want this, 731288 731289 Anybody know what
BertBoye Posted May 31, 2003 Author Posted May 31, 2003 It is there but it does not show up then I paste the calculation in to this text box. So the end is "
Lee Smith Posted May 31, 2003 Posted May 31, 2003 equals the Define Fields Paragraph symbol in the middle box when building a calculation. HTH Lee BTW, next time you post, check the smilie section for the new symbols added just for this purpose.
Recommended Posts
This topic is 7917 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