Conversion from Mdb to Accdb not working -
10-27-2011
, 04:29 AM
I have downloaded Stephen Leban’s SubClassFormatByCriteriaVer45.mdb database
which creates coloured rectangles over fields in a continuous form. I am
using Access 2010 If I open the Mdb Database in access, it works perfectly.
If I create a new database and import everything from the Mdb file, the
painting of the coloured rectangles doesn’t work. It might have something to
do with this api Private Declare Function apiFillRect Lib "user32" Alias
"FillRect" _ (ByVal hdc As Long, lpRect As rect, ByVal hBrush As Long) As
Long I have seen versions that seem to need 4 parameters.
Any ideas
Phil |