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...
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...
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.
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
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...
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...
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...
...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 Date with the date you want to convert.
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...
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...
Thanks Rick,
This looks like it might work, I'll play around with it and let you know how it goes. But I warn you, I might have some questions.
And you are right, it's a log file I'm looking at.
J
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...
Here is the complete code, thanks guys.
<% Option Explicit
Const ForReading = 1, ForWriting = 2, ForAppending = 3
Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0
Dim SCL
Dim xsender
dim xreceiver
dim MsgSubject
dim MsgCount
Sub ListDirectory(objFolder)
Dim objFile
Dim...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.