pavanranjan
Board Regular
- Joined
- Sep 20, 2008
- Messages
- 50
Dear Sir
I have my query as below :-
<table style="width: 431px; height: 88px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 51pt;" width="68" span="2"> <col style="width: 21pt;" width="28"> <col style="width: 64pt;" width="85"> <col style="width: 33pt;" width="44"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; width: 51pt;" width="68" height="17">Inv No</td> <td class="xl25" style="border-left: medium none; width: 51pt;" width="68">SKU</td> <td class="xl25" style="border-left: medium none; width: 21pt;" width="28">Qty</td> <td class="xl25" style="border-left: medium none; width: 64pt;" width="85">Rate
</td> <td class="xl25" style="border-left: medium none; width: 33pt;" width="44">Check</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; border-top: medium none;" height="17">IN2030125</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">IZ131</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">565</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">20.3</td> <td class="xl24" style="border-top: medium none; border-left: medium none;" align="center">TRUE</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; border-top: medium none;" height="17">IN2030126</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">IC258</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">446</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">6.12</td> <td class="xl24" style="border-top: medium none; border-left: medium none;" align="center">TRUE</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; border-top: medium none;" height="17">IN2030127</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">IW125</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">44</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">10.12</td> <td class="xl24" style="border-top: medium none; border-left: medium none;" align="center">TRUE</td> </tr> </tbody></table>
I need to cross check same kind of data thru database with 4 unique columns ,what is the best way to do the check in auto mode thru macros ?
I have my query as below :-
<table style="width: 431px; height: 88px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 51pt;" width="68" span="2"> <col style="width: 21pt;" width="28"> <col style="width: 64pt;" width="85"> <col style="width: 33pt;" width="44"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; width: 51pt;" width="68" height="17">Inv No</td> <td class="xl25" style="border-left: medium none; width: 51pt;" width="68">SKU</td> <td class="xl25" style="border-left: medium none; width: 21pt;" width="28">Qty</td> <td class="xl25" style="border-left: medium none; width: 64pt;" width="85">Rate
</td> <td class="xl25" style="border-left: medium none; width: 33pt;" width="44">Check</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; border-top: medium none;" height="17">IN2030125</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">IZ131</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">565</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">20.3</td> <td class="xl24" style="border-top: medium none; border-left: medium none;" align="center">TRUE</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; border-top: medium none;" height="17">IN2030126</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">IC258</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">446</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">6.12</td> <td class="xl24" style="border-top: medium none; border-left: medium none;" align="center">TRUE</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl25" style="height: 12.75pt; border-top: medium none;" height="17">IN2030127</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">IW125</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">44</td> <td class="xl25" style="border-top: medium none; border-left: medium none;">10.12</td> <td class="xl24" style="border-top: medium none; border-left: medium none;" align="center">TRUE</td> </tr> </tbody></table>
I need to cross check same kind of data thru database with 4 unique columns ,what is the best way to do the check in auto mode thru macros ?