Access VBA

<p>Relational database design, SQL integration, and form logic.</p>

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 January 20, 2014

No read permission on MSysObject error

I am trying to connect to an MS Access database (.mdb) through OleDb. My query is SELECT * FROM ListQueries which fetches me the…

thumb_up 8 trending_up 5
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 July 3, 2013

Trouble writing to database in C# WinForm Application

I'm relatively inexperienced with professional programming, but I'm trying to write a program that interfaces with a MS Access Database. Essentially I'm gathering information…

thumb_up 7 trending_up 3
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