View Single Post
  #3 (permalink)  
Old December 17th, 2004, 04:18 PM
rwaters44 rwaters44 is offline
Registered User
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:
I'm a bit confused by the question you are asking and the code you posted.

The first 5 lines (through the End If) seem to have nothing to do with the rest of the code.

To respond to your comment on 'Value is not getting inserted into clearance (from strAccess to strClearance):

strClearance = strAccess <- this will make the value of strClearance the same as what is contained in strAccess.
Reply With Quote