kermitforney
New member
- Joined
- Aug 5, 2008
- Messages
- 1
- Programming Experience
- 3-5
Not very familiar with VB and wondered if anyone could point me in the right direction. I need to have the Me.txtNextSvs.Text "Box" calculate the addition of days, but exclude weekends and holidays.
Any posts on the net or explanations are more than welcome. Thanks guys!
Here is the code currently in production.
Me.txtLastSvs.Text = Today()
Me.txtNextSvs.Text = Now.Date.AddDays(CInt(dst.Tables(0).Rows(0).Item("tntServiceFreqDays")))
Any posts on the net or explanations are more than welcome. Thanks guys!
Here is the code currently in production.
Me.txtLastSvs.Text = Today()
Me.txtNextSvs.Text = Now.Date.AddDays(CInt(dst.Tables(0).Rows(0).Item("tntServiceFreqDays")))