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!

Access Calendar

Status
Not open for further replies.

benner

Technical User
Mar 29, 2004
2
US
Does anyone know of any access calendar add-ins or functions that I can use that will make this work.

IWeekDay = DatePart("w", Date)
txtFromDateEnd = DateAdd("d", -IWeekDay, Date)
txtFromDateEndPrev = txtFromDateEnd
'when start, keep date as PREV date also
txtFromWeekNum = DatePart("ww", Me.txtFromDateEnd,vbSunday, vbFirstFullWeek)
'keep the week #

txtThruDateEnd = txtFromDateEnd 'default thru dates to same week
txtThruDateEndPrev = txtFromDateEndPrev
txtThruWeekNum = txtFromWeekNum


We had to restore from a backup and now our calendar thingy doesnt work. Im guessing that a component did not get backed up properly
 
Hi There.

Check out Solutions:pIM professional.

Toptech Top Tech Systems

If you help 3 people and each one of those help 3 other people and so on, imagine all the people being helped.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top