Access VBA

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

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
Solved May 6, 2012

How to grant elevation with Delphi

I have written a database app that imports data from an excel file into a Access database. I have never had trouble to run…

thumb_up 8 trending_up 6
Solved April 20, 2012

Inserting null values into date fields?

I have a FormView where I pull data from one table (MS Access), and then insert it (plus more data) into another table. I'm…

thumb_up 3 trending_up 7
Solved February 29, 2012

Select the first matching row

I have a table "tbl" which looks like this: prod | cust | qty p1 | c1 | 5 p1 | c2 | 10…

thumb_up 10 trending_up 3
Solved June 29, 2011

GUI interface for sqlite data entry in Python

I am making a simple sqlite database for storing some non-sensitive client information. I am very familiar with python+sqlite and would prefer to stick…

thumb_up 9 trending_up 16