Hi all, I'm new and to asp needed some help here.
I got a problem which i uploaded on
http://n.domaindlx.com/hayley/PMS_Page.asp
which will be helpful to my question.
I'm able to key the data in the last row in ms access, E34002, however after saving it, I'm unable to display the records.
Below is part of the code where the fault is:
Function TD_Prop
if rs("Schedule")="" then
TD_Prop = "EquipmentHead"
else
TD_Prop="EquipmentItem"
end if
end function
Error Type given was:
(0x80020009)
Exception occurred.
PMS_List.asp, line 4
Line 4 is actually if rs("Schedule")="" .
Is anyone able to help me solve this?
