Hi there,
i am trying to test if a file exists on my system, i have written all the code to deal with this and that is not the problem. What the problem is, is some products do not have files associated with them so the appropriate fields in the database are empty string values (thus = "". However when i try to create a loop to deal with this, it never enters my loop!
Example:
Manu = RS("Manufact_Name"
if Manu = "" Then
ExistF = "F"
End If
It just does not go into the loop, even if the Manufact_Name is empty!????? i am very confused as i have tried to out the values and there is nothing, and i have set Manu to be "" and then it works!!
Please Help! it is becomming very frustrating!
Regards,
Rob
i am trying to test if a file exists on my system, i have written all the code to deal with this and that is not the problem. What the problem is, is some products do not have files associated with them so the appropriate fields in the database are empty string values (thus = "". However when i try to create a loop to deal with this, it never enters my loop!
Example:
Manu = RS("Manufact_Name"
if Manu = "" Then
ExistF = "F"
End If
It just does not go into the loop, even if the Manufact_Name is empty!????? i am very confused as i have tried to out the values and there is nothing, and i have set Manu to be "" and then it works!!
Please Help! it is becomming very frustrating!
Regards,
Rob