Date Range
Hello,
I have a date table with fields (DateID and Date).
I need for the user to delete a "range" of dates which they specify.
Form has 2 textboxes: "txtStartDate" and "txtEndDate"
The user enters in a start and end date and clicks "submit" this deletes the range of dates from (and including) the start date to the end date.
How do I do this? PLease any help is greatly appricated..
Tks in advance.
Mark
|