girls3dog1
Programmer
I'm trying to determine which item has been selected from a dropdownlistbox with the selectionchanged event, but do not have the .item[] coded correctly. See below.
if this.item[] = 1 then
dw_datasheet.dataobject = "d_datasheet_cv"
end if
if this.item[] = 1 then
dw_datasheet.dataobject = "d_datasheet_cv"
end if