Hi,
Label6.Caption = rcsetFran.Fields("franchiseid")
generates an error"Method item of object Fields failed".
If i do
Label6.Caption = rcsetFran(0)
then doesn't accept '0', i need to give '1'. In this case i can't return first column in the table. 1 returns second column.
How can i solve this problem.
Thanks