Guest_imported
New member
- Jan 1, 1970
- 0
I am using VB 6.0 and am setting up a list-view-report box to hold data.
I am trying to populate the table based on sql such as :
Select employee,salary from EMPLOYEETABLE where salary <>
This where I am stuck. I need it to read numberous values which I have stored in another lvw. SUch as:
salary <> g_Packet_type(i)
Thanks for anyones help.
I am trying to populate the table based on sql such as :
Select employee,salary from EMPLOYEETABLE where salary <>
This where I am stuck. I need it to read numberous values which I have stored in another lvw. SUch as:
salary <> g_Packet_type(i)
Thanks for anyones help.