We have Access 2007 DB's. We are running off a 2003 work group security file. Right now, we are having to go through several steps in order to wire it up to the DB's with the work group security...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_232...
Hi have a problem with findfirst and edit record in access 2007,
when i use this code it finds the record okay but always change the amount in the first record in the table , and not the one that...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_234...
Hello
I am Trying to use findfirst to edit a record where the fields are text , can't seam to get it to work ,
but if i change the fields to numbers it works perfect
have no idea what ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_234...
I'm trying to create a table using the attached VBA code. However, when I try to execute it I get the following error
run-time error
-2147217859 (80040e3d)
The error occurs at line 30 "cat....
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_235...
We have the following bit of code originally created in Access 2000 (Windows XP). Now that we are upgrading to Access 2007 the code is no longer supported.
Set fs = CreateObject("Scripting.File...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_235...
hi
i am using access 2007 and calendar control 12 and wan't to change the back color for a single day , but have no idea where to start with this, is there anyone who can't point me in the righ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_236...
Hi
I have problems with the following code , using acces 2007 vba think this should work but keep getting syntax error
dbs.execute " insert into table1 ([customer]) values = " & me.custom...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_237...
I have a large collection of CSV files in a single folder that I want to append to a single table in Access 2007, and have decided that the builtin VBA would be the easiest way to do so, regardless...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23835537.html
hi
how can i hide a textbox when printing a report in access 2007 using vba code
if i use On Load and textbox.visible = false when i open the report then no problem
but when printing it do...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Reports/Q_23850198....
In access 2007 it is possible to very easy save an attachment
but how can you print that attachment (pdf) , have heard that pdf is intregrated in access 2007
can't seem to find anything about...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_238...