Access VBA

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

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 November 29, 2012

Wrong number of arguments with SQL ISNULL() on Access DB

I have this query in VB application on Access DB: SELECT DISTINCT Specialization, MAX(a.faultZone) AS faultZone, ISNULL(a.faultCount, 0) AS NoOfFaults FROM Technicians AS t…

thumb_up 7 trending_up 5
Solved October 22, 2012

bound and unbound controls in ms access

What is the difference between bound and unbound controls in MS Access? How do they differ? And when on an MS Access Form in…

thumb_up 9 trending_up 4