This topic is locked

Invalid use of Null : CStr

11/20/2005 8:45:32 PM
ASPRunnerPro General questions
M
moganowski author

Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'CStr'
/ASPRunnerPro/include/Presentation2_aspfunctions.asp, line 1391
Am getting this error, but "Member" appears to be handled as a key field, however it is not a key field in the AccessDB table. There is a View using the field which has an outer join to Member. Is this causing the problem?
Thanks for the help,

M
moganowski author 11/21/2005

Microsoft VBScript runtime error '800a005e'

Invalid use of Null: 'CStr'
/ASPRunnerPro/include/Presentation2_aspfunctions.asp, line 1391
Am getting this error, but "Member" appears to be handled as a key field, however it is not a key field in the AccessDB table. There is a View using the field which has an outer join to Member. Is this causing the problem?
Thanks for the help,


Problem solved-- field became a key field when it was part of login UserID.