Top Users in microsoft.public.access.modulesdaovba
Top Articles in microsoft.public.access.modulesdaovba
Using a variable to refer to a control in VBA33404 (5/20/2010 7:25:01 PM) Good Afternoon,
I was wondering if any one can tell me how to fix the 3rd line to work like
the 2nd one does. The 2nd one works fine but one the 3rd one they system
throws an error.
thanks!
Dale
... Utf
Num Lock turned off when using SendKeys122127 (1/4/2010 3:03:01 AM) Code is:
AppActivate "MYOB Accounting", True
Call DelaySeconds(0.5)
SendKeys "{TAB}", True
It's definately the SendKeys that turns the Num Lock off.
--
Regards
Tom
... Utf
Open/close Navigation Pane programatically23056 (3/10/2010 11:20:48 PM) I'm using the following VBA code to establish a link from a field Access
database to a main office Access database: DoCmd.TransferDatabase acLink,
"Microsoft Access", "G:\ThePath\Transaction Database.accdb"... Utf
intergrate google maps with microsoft access24004 (12/24/2009 4:36:01 PM) Hello: I am trying to find a way of reading a street,city,st and zip code
from an msaccess form and when clicking on a map button displaying a map of
the above information. I have many records all over th... Utf
Ms Access 2007 and Ms Sharepoint 2007 (Issue with Attachments)21935 (12/28/2009 8:13:01 PM) Hi,
I'm running MS Office Enterprise 2007 SP2, MS Sharepoint 2007 SP2 on
machines running Windows 2003 Enterprise.
My application is simple. I'm linked to several Sharepoint tables (or
lists) in a p... Utf
Access 14.0 Object Library Reference problem55598 (12/7/2009 6:36:39 PM) I'm testing my 2007 applications with the new Beta version of Access 2010 and
having issues with the Front-End Client-side of the database.
- I opened up the Front end on my developer station using Access 2... cw
How to Export VBA Code to a text file21940 (6/1/2010 5:40:04 PM) Howdy.
Is there a built-in function for exporting ALL VBA code in a database to a
text file? I can do it for each VBA object - form, report, and module - but
this takes a long time.
Thanks.
Danny
... Utf
Disable button on custom ribbon52258 (5/26/2010 12:37:42 PM) Is there a vba command to disable a button on a custom ribbon?
... JimP