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!

Search results for query: *

  • Users: Jovix
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Jovix

    Anyone familiar with JD Edwards Julian Dates

    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 withing a query. for example... If Julian date is 104092 Convert it to 04/01/04 Thanks in...
  6. Jovix

    Summing up time in sequences.

    Here is a tricky one, I need a piece of code that will look at a column in a table that contains time. Then it will sum up the times in sequences, for example... If the column has 1:30, 1:31, and 1:32, each time being a different record, it will come to 2 minutes. But if the column has 1:30...
  7. Jovix

    OWA log on form

    I want to know if it's possible to setup a webpage with a form that will log you into Outlook Web Access. In other words I don't want to use the traditional pop-up OWA log on window. I would like it to seamlessly fit into my companies webpage.
  8. Jovix

    Filtering with ASP

    Can anyone tell me how I can sort or filter using asp. The piece of code below pulls a line of data from many e-mail (.eml) documents and writes to one asp page. I need to look at the line the asp pulls from, and only return the files where the line equals 4. Line = TextStream.readline If...
  9. Jovix

    Conditional Sum in Report

    Hello, lets say I have two columns, one has a Cost Type such as MaterialCost, ShippmentCost, LaborCost, etc... and the other column contains the actual cost amount for that cost type. Can I Sum the CostAmount column based on criteria from the CostType Column. For example. I would like to sum...
  10. Jovix

    checking for non null values in a database.

    I didn't know how to describe the problem on the subject line but here it is. I have a program that looks at a database. One of my tables has four date fields and depending on the data entry criteria, only one of those date fields will be populated. I need a piece of code that will check all for...
  11. Jovix

    Can't save attachments from outlook

    hello everyone, I've got a user that can't save or open any attachments when recieving them in outlook. She's using Office 2000, on Windows XP. I checked the MS website, but the only thing I found has to do with terminal server, which is not installed on her PC. This is the error message she...
  12. Jovix

    Date Query Help

    Hello everyone, I have a column called DueDate in a query that contains dates. I want to populate a second column based on this DueDate but, if the date in DueDate is less than today, then set the DueDate to today. Make sense? Can someone share the line of code I need to enter into my new...
  13. Jovix

    Dynamic Jump menus don't keep selected data

    I'm trying to setup a search page, I have 3 database driven jump menus. my problem is that when I select from the list in the jump menus, the selection does not stay after the page reloads. the jump menu resets itself. can anyone help please, I'm stuck on this one.
  14. Jovix

    Help with Dynamic Jump Menu

    I hope this is an easy one for you guys. I have a search page that contains 3 jump menus, the jump menus are used as lists for search criteria, and the lists are populated from a database. The lists also changes depending on what the user chooses. So if a user chooses Honda on the first list...

Part and Inventory Search

Back
Top