VBA coding question please help me There is a form I am havi
VBA coding question (please help me)
There is a form
I am having a trouble with ADD and Delete button.
when I add some information through Add key
the error message poped up like this \" the yellow line\" (at the bottom)
Please give me the solution for ADD and Delete button.
Thanks./
Order Maintenance Record 1 of 2 Customer Chin, William Date 7/19/2011 Product Refrigerator Units Amount 800 Next Previous First Last Add Change Delete OKSolution
<div class=\"container\">
    <div class=\"row\">
        <input type=\"hidden\" name=\"count\" value=\"1\" />
 <div class=\"control-group\" id=\"fields\">
 <label class=\"control-label\" for=\"field1\">Nice Multiple Form Fields</label>
 <div class=\"controls\" id=\"profs\">
 <form class=\"input-append\">
 <div id=\"field\"><input autocomplete=\"off\" class=\"input\" id=\"field1\" name=\"prof1\" type=\"text\" placeholder=\"Type something\" data-items=\"8\"/><button id=\"b1\" class=\"btn add-more\" type=\"button\">+</button></div>
 </form>
 <br>
 <small>Press + to add another form field :)</small>
 </div>
 </div>
    </div>
 </div>

