Microsoft
Software
Hardware
Network
Question : How to Resolve the Type Mismatch Error in Sql Query using VBA Macros
Hi, I am populating a Data from MDB using VBA Macros. I am Facing a problem with the SQL Statement ERROR : Type Mismatch. But If i run the same code in Access Sql View , Its working properly .
How to solve This problem i attach my file for your clarification please guide me.
Thanks In Advance
Attachments:
test.zip
(364 KB)
(File Type Details)
my attachment file is here
Answer : How to Resolve the Type Mismatch Error in Sql Query using VBA Macros
OK. Try this instead
Replace this line
.CommandText = Array("select product...")
with
.CommandText = "select product..."
This worked for me when I tried it.
Random Solutions
Refresh GridView Control
HP-UNIX - compressing/zipping files that are 31GB
Security Enabling basic Authentication for EWS
trying to print to HP laserjet 2050 - and constantly have to hit "ok" button to print
IP Address Contention
Inter Process Communication between two VB.NET applications
Juniper SA2500 SSL VPN and Windows 2008 R2 firewall problem
PHP 5.3.2 installation problem on Vista IIS7
Microsoft Outlook 2007 is pulling duplicate emails from free hotmail live server - how can I prevent this, its driving me mad.
Should Sys Admins (Domain Admins) also have user accounts?