Excel 2010 VBA Tutorial 74 - ADODB - SQL SELECT Returning Multiple Records

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi, I am having trouble calling a table in access named  "tbl: Daily Sales"  how do I properly code it? 

melzflowerz
Автор

What if I there is a bracket in coloumn name? For example, name is Temperature [°C], so statement goes SELECT [Temperature [°C]] FROM Users. VBA won't execute that, so is there a to way solve that problem? Unfortunately, I can't change coloumn name.

aerossiable
Автор

hi, I'm getting Run-time error '438'
Object doesn't support this property or method. Please help

solti
Автор

I can't get the IF statement to work because my RecordCount keeps returning a value of -1?

aaronarnold
Автор

Hello...When my data is copied in the excel sheet, the order of the data is reversed. (first row in the database is the last in my excel sheet and so on). Can you please let me know how to resolve this issue?

robinbajaj