Hello,
I have a form with one button and one repeating table (Table1). The repeating table has textbox and date controls. My data source is
Table1
Textbox1
Date1
I am using VB script. I want to creat a code that, when I click on the button, will DELETE some rows from the repeating table if they satisfy a certain criterion (or criteria) like
* Textbox1 = "this"
* Textbox1 = 1
* Date1 = "4/5/2009"
* Date1 is before three days ago
* Textbox1 = 1 AND Date1="3/5/2009"
Thank you in advance for your help.
Khaled