Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Our users enter a list of catalog numbers and indicators in the spreadsheet on column A and B. I need to loop through each row and query each pair of catalog numbers and indicators against an Informix table to verify that these values exist (i.e., the user didn't accidentally enter some wrong values). The SQL will be something like this: select count(*) from books where cat_number = ? and indicator = ?; If the SQL returns a row, then the cell values are valid. I'm new to VBA so I can write simple stuff but I am too familiar with the ADO model. Any assistance is much appreciated. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
database query not showing foxpro database How I import data | New Users to Excel | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
How to connect to Informix database using ADO??? | Excel Programming | |||
File from an Informix database to import into Excel | Excel Programming |