Hi i have Category table, with name field IDcategory,Name In event Before record deleted, i need all IDCategory that selected item, how? I tried, but without success.
keys = dict.keys
message = ""
for n = 0 To dict.count-1
message = message & dict(keys(n)) & vbcrlf next
response.write message:response.end Show just one IDCategory and Name ,but i need all selected,disesteem that no selected. Thanks