The worked fine in SQL, but not using
VB / ASP....
Here's the string of code that im having problems with;
<%If BecamePartAss <> "" or not isnull(BecamePartAss) then%>
The above works fine if the field 'IS NULL', but when an empty string exists then your code does not - as below;
SELECT *
FROM yourTable
WHERE yourField IS NULL OR yourField = ''
Thsi may be out of your realm here, but would like you to take a look if you can ?
Regards
Donald