access-vba

12 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.

Solved February 13, 2014

ByRef Argument type mismatch with Boolean

I have some vba code in an Access form which produces a "ByRef Argument type mismatch" error when called under the following circumstances. I…

thumb_up 9 trending_up 2
Solved December 6, 2013

Inserting data to Access Duplicate Data Error

I have wrote some vbscript that updates all new fields in one access database from a table in another database however I am having…

thumb_up 4 trending_up 8
Solved June 25, 2013

VBA: Why must I set focus to control every time?

I am creating a personal Library Inventory system using an Access 2007 database. In code, whenever I reference the .Text property of a form…

thumb_up 15 trending_up 5
Solved June 12, 2013

Equivalent cURL in VBA?

I have an API for my application which allows me to make cURL requests to it. I need to implement this into VBA so…

thumb_up 14 trending_up 6
Solved May 7, 2012

Invalid Use of Property?

I am working with an Access database and it has a form and VBA behind it. It has been quite a while since I…

thumb_up 7 trending_up 3