Hello Everyone,
I'm doing a project in VB 6.0 and i've a flexgrid which contains some numerical values in it's cell now i need to compare these values present in flexgrid with the values in the backend access database table which has 2 columns RID and description. After comparing the flexgrid value with RID i need to select the rows which are similar for example i've no 8 and 24 in flexgrid now i need to compare this with access table and check if it has 8 and 24 if it has then i need to print the description corresponding to it in the flexgrid .
Please help me with the code.....
Thanks in anticipation,
I'm doing a project in VB 6.0 and i've a flexgrid which contains some numerical values in it's cell now i need to compare these values present in flexgrid with the values in the backend access database table which has 2 columns RID and description. After comparing the flexgrid value with RID i need to select the rows which are similar for example i've no 8 and 24 in flexgrid now i need to compare this with access table and check if it has 8 and 24 if it has then i need to print the description corresponding to it in the flexgrid .
Please help me with the code.....
Thanks in anticipation,
Comment