rafa.toshio
New member
- Local time
- Today, 10:52
- Joined
- Feb 4, 2010
- Messages
- 8
hi, I'm new here and my english is not good (I'm sorry). However, I have a doubt that I can't resolve:
I wanna make a "Loop" using the lines of a querry, but I don't wanna use a Form to do this because it is too slow.
I like something like that:
DomCmd.RunSql SQLstring
For i = 1 to <<sql_result_numberlines>>
CommandBars(<<sql_columm1>>).Controls(<<sql_columm2>>).Visible = False
Next i
Any ideia?
I wanna make a "Loop" using the lines of a querry, but I don't wanna use a Form to do this because it is too slow.
I like something like that:
DomCmd.RunSql SQLstring
For i = 1 to <<sql_result_numberlines>>
CommandBars(<<sql_columm1>>).Controls(<<sql_columm2>>).Visible = False
Next i
Any ideia?