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...
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...
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...
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.