Hi,
Please guide me on following scenario.
In one of my application i am giviving provision to user select startdate and enddate data to insert records. This functrionality is working fine.
Also user is asking to provide check boxes for slection of day like sun,mon,tue....sat. if user selects date range like 01/01/2013 to 01/31/2013 and check for Tue and Fri only, then i want to insert data for that renage belonging to tuesday and friday only. there is no day column in my database. how can i handle this in SP?
thanks
Abhas.