Hi there
I have a combo box which is populated via SQL.
After the SQL runs, I want it to select the first record on the list...
I have tried mycmbbox=mycmbbox.ItemData(0) as I believe this is the way to do it (from other messages on the forum) HOWEVER this doesn´t seem to work correctly.
IS there some other way of doing it ???
Thanks
I have a combo box which is populated via SQL.
After the SQL runs, I want it to select the first record on the list...
I have tried mycmbbox=mycmbbox.ItemData(0) as I believe this is the way to do it (from other messages on the forum) HOWEVER this doesn´t seem to work correctly.
IS there some other way of doing it ???
Thanks