Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Cort
  • Order by date
  1. Cort

    More Date Fun

    That worked great. Thanks. Yeah DatePart can come in handy here also.
  2. Cort

    More Date Fun

    This is the formula I thought should work but it's giving me only true/false for some reason. if {date_created} > (currentdate - 6) then {date_created} = DateTime (2004, 08, 08, 00, 00, 00) else {date_created} = {date_created}
  3. Cort

    More Date Fun

    CR 9.0 I'm looking to show dates in a xtab. What I'd like to do is have a formula that if [date.created] is within the last 7 days then show the data by individual day but if the [date.created] is older than 7 days then clump it into a single column. The output would look something like...
  4. Cort

    Form field Question - Carriage Returns

    Could be me :) www.thewanderers.us if that's the Cort your thinking of.
  5. Cort

    Form field Question - Carriage Returns

    Never mind. Figured it out.
  6. Cort

    Form field Question - Carriage Returns

    A bump just in case...
  7. Cort

    Form field Question - Carriage Returns

    Word 97 This is the code I'm currently using: Private Sub UserForm_Initialize() Combobox3.ColumnCount = 1 'Load data into ComboBox Combobox3.List() = Array("", vbCr & vbCr & "yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda ")...
  8. Cort

    Formula as A Parameter?

    Thanks everyone. There was an error in my original post from yesterday that I didn't see until now. Lyanch understood what I was looking for, thanks :). Was I was wanting was the MIN date in the default to be weektodatefromsunday and the MAX date in the default to be < currentdate I work...
  9. Cort

    Formula as A Parameter?

    I must have not communicated myself properly. The formulas work great. They get me exactly what I need which is a date range from the current Sunday to Midnight of the currentdate. Far Example: for today the date range would be June 27 through July 1st. What I would like to know is if...
  10. Cort

    Formula as A Parameter?

    Hello all. I'm sure this is a somewhat newbie question but I can lcoate anything in keyword search or the FAQ's. CR 9.0 I have a date range parameter used in my record selection and I want to use the results of a formula as the defaults for that range parameter. Is this possible? This is the...
  11. Cort

    Formula Help - Make more elegant please - Variables?

    Thanks for the reply something along the lines of {PAIDMONTH_tmpMonth} was exactly what I was looking for. Figured that it could be done but suppose not. Thanks again
  12. Cort

    Formula Help - Make more elegant please - Variables?

    Can you help me make this formula more elegant and efficient. I know it can be done but I haven't been able to quite get variations other than this to work. CR 9.0: if Month(minimum(LastFullMonth)) = 1 then {PAIDMONTH} else if Month(minimum(LastFullMonth)) = 2 then {PAIDMONTH_2} else if...
  13. Cort

    Null Values in a Cross Tab

    Yup. It works in SQL. As to why it does not work in CR I'm not completly clear on. The solution supposedly is either a manual X-Tab (which I hate to make, far too much upkeep) or a stored procedure (which I'm very unfamiliar with) /sigh
  14. Cort

    Null Values in a Cross Tab

    Correct that will work. But take your selection criteria and specify that you only want contracts assigned within a specific date parameter it will then return the names with a count of the valid dates but will drop those names without a valid date.
  15. Cort

    Null Values in a Cross Tab

    Correct it will work like that as long as you do not specify any criteria from Table 2. Once you try to specify any criteria from Table 2 (such as when it was assigned) it will drop the Reps from Table 1 who do not have an assignment.
  16. Cort

    Null Values in a Cross Tab

    Care to share your link directions and options :)
  17. Cort

    Null Values in a Cross Tab

    Bump to see if there might be a little help out there. Thanks
  18. Cort

    Null Values in a Cross Tab

    Heya again guy and gals. I've read the keyword search on this topic but don't really understand it all so I'll give you my Example: CR 8.5 Table 1 - Reps Rep_Name Table 2 - Contracts Contract_Number Date_Assigned Rep_Name OK I join Rep_Name in 1 to Rep_Name in 2 with a left join. I want a...
  19. Cort

    Defining a Userform Owner - Word StartupPosition

    -- I am struggling to understand why this is important. -- It's important because of the astethics. It works just fine as is but I was trying to get it exactly how I wanted it to look. Looks like it may not be possible. -- Regarding your code, I am curious as to why you have the formfield...
  20. Cort

    Defining a Userform Owner - Word StartupPosition

    Thanks for responding. I've been doing a lot of searching for this and think that the startupposition setting may not be where I need to be looking so I'll clarify as best I can. I have a form field with the bookmark 'Company'. When this form field is tabbed into a macro is run. This macro...

Part and Inventory Search

Back
Top