I'm plugging through learning how to use ODBC calls in PHP, and I think I'm missing some MS naming convention for calling queries via ODBC. where Query1 is a valid table name in MS Access, I get the ...
I have a combobox that I want to populate with a list of vendors stored in another Access Database. This database contains roughly 1,300 different vendor records. All I'm interested is the names. I ...