View Single Post
  #2 (permalink)  
Old May 21st, 2007, 02:08 PM
jamaal2005 jamaal2005 is offline
Registered User
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

'If not Document.frm.reservation(v).checked Then'

...should be...

'If not Document.frm.reservation(n).checked Then'

Also,

'if document.frm.reservation(v).checked then'


...should be...

'if document.frm.reservation(n).checked then'
Reply With Quote