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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Jovix

  1. Jovix

    Redirect based on data in list or form library.

    BTW, I'm running MOSS 2007, with InfoPath Form. Thanks again.
  2. Jovix

    Redirect based on data in list or form library.

    Hello everyone, I've been asked to create a solution within our intranet that will force our authenticated users to read and acknowledge our company handbook which outlines several rules and guidelines that every employee should follow. After reading the handbook, users need to acknowledge...
  3. Jovix

    How to show recent updates in one list

    You can probably create a filtered view. Go into the list settings create a new view and filter it using the modified date. In the filter section choose modified date for the "show the items when" field. In the next field select "Is greater than" and on the third field try typing [Today]-30...
  4. Jovix

    Creating a subsite with certain site features enabled

    Maybe create a template from an existing site that already has the publishing feature enabled. Use this template to create your sites from here on out.
  5. Jovix

    Create Different Views based on Folders within a Document Library

    Not sure what you mean, but try this. Create two views, one to show items without folders, and the other to show items inside folders. You will find this setting when you edit or create a new view. it is towards the bottom and it's called Folders. Jovi
  6. Jovix

    Dynamic cosstab report not printing properly.

    Does anybody else have anymore ideas?
  7. Jovix

    Dynamic cosstab report not printing properly.

    Thanks, but I did try that and nothing.
  8. Jovix

    Dynamic cosstab report not printing properly.

    I created a dynamic report based on a crosstab query following the instruction found in Microsoft's Article 328320. http://support.microsoft.com/kb/328320 The report works great but I'm running into problems when I print the report. If I have for example 5 rows of data, in my case 5 different...
  9. Jovix

    Missing mailboxes.

    All of a sudden all the mailboxes in our exchange server disapeared. No one can send or receive mail. We are stumped and have no clue what could have caused this. Has anyone seen or been in this situation before? What could have gone wrong? any ideas on what we can check for to get to the root...
  10. Jovix

    Coverting Julian dates to standard dates in MS Access

    To resolve my problem I created a new Module and place the following code in it. Function CJulian2Date (JulDay As Integer, Optional YYYY) If IsMissing(YYYY) Then YYYY = Year(Date) If Not IsNumeric(YYYY) Or YYYY \ 1 <> YYYY Or YYYY < 100 Or YYYY _ > 9999 Then Exit Function...
  11. Jovix

    Coverting Julian dates to standard dates in MS Access

    oops..here's the link again http://support.microsoft.com/default.aspx?scid=kb;en-us;162745
  12. Jovix

    Coverting Julian dates to standard dates in MS Access

    I got the conversion to work, based on this link. http://support.microsoft.com/default.aspx?scid=kb;...
  13. Jovix

    Anyone familiar with JD Edwards Julian Dates

    Thanks for the link Hymn. I got it to work. Jovix
  14. Jovix

    Coverting Julian dates to standard dates in MS Access

    I found this for Excel, but I still want to do the conversion in Access. I don't want to export to excel, convert the dates, then import to access. It's too much work...the user who views the report will not want to do this. =(YEAR(Date )-1900)*1000 +( Date - DATE(YEAR( Date ),1,1)) Replace...
  15. Jovix

    Coverting Julian dates to standard dates in MS Access

    I'm putting together a report which is extracting data from our JD Edwards database. The dates are in Julian format. I need to know if there is a way to convert the julian date to conventional date within a query. for example... If Julian date is 104092 Convert it to 04/01/04 Thanks in...

Part and Inventory Search

Back
Top