
December 17th, 2004, 04:18 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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.
|
|