hi everybody
I want to input a code in the first column of a msflexgrid and the details are displayed inthe rest of the row.
Can anybody help me plz?
here is the code
dim index as integer
index = 1
With grid1
.AddItem (.TextMatrix(index, 1))
strsql = "select * from itemmaster where itemid = '" & .TextMatrix(index, 1) & "' "
index = index + 1
Thanks
prema