Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Compile error14 Nov 2007 13:02 GMT1
n my function listed below i get compile error in the following line :
adb.OpenCurrentDatabase (strDbName,,strPassword)
can you help ?
Private Function KillObject(strDbName As String, acObjectType As Long,
Update query14 Nov 2007 12:32 GMT1
I want to write a function looking into a query :
SELECT Customers.afid, orders1.customerid
FROM Customers INNER JOIN orders1 ON Customers.Customerid = orders1.
customerid;
Access 2000 mdb VBA and Concurrency14 Nov 2007 11:14 GMT5
Hi - Please help
I use Access 2000 mdb with VBA learning from the help files, I started a few
months ago for office applications located on a server.
All went well until multiple users updated the same "production" tables.
export many querys to single spred sheet14 Nov 2007 07:10 GMT3
dear sir.
,
i would like to have in this way is this possible
dim exl as excel.application
Desktop shortcut for secured database13 Nov 2007 23:52 GMT1
My desktop has several shortcuts for secured Access databases.  The target
for one of them is:  "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"
"N:\Common\ACCT\branch analysis.mdb" /wrkgrp"N:\COMMON\FED.MDW"
That is for Access 2000.  I would like to use a universal ...
Make a table with VBA (Access 2003)13 Nov 2007 23:10 GMT6
I have a form with a combo box (named Combo1) and a command button.  The
purpose of the form is to make a new table based on the combo box value after
clicking the command button.  Can someone help me with the proper syntax?
The recordset should look like:
VBA Security13 Nov 2007 22:49 GMT1
Since switching to 2007 I am having no end of trouble with the running of my
code.  The latest is a piece designed to create an email.
Sub SendEmail(strExcelFile, strEmailAddress)
   Dim myItem As Outlook.MailItem
Strange behaviour13 Nov 2007 22:45 GMT2
I've just migrated to 2007 and code that used to work is giving errors.  The
code is generic,
   Dim myItem As Outlook.MailItem
   Dim myRecipient As Outlook.Recipient
Balloons13 Nov 2007 21:46 GMT1
I've just upgraded to Access 2007 from 2003 version.  I have many, many
modules with balloons for the users to make choices which in most cases
populate variables.
In references I have chosen Microsoft Access and Office 12.0 Object
Variables13 Nov 2007 20:08 GMT5
To refer to the value of a control on a form that does not have the focus I
can use the following code:  Me.ControlOnFormWithFocus =
Forms!frmPull!txtControl1
How can I use a variable in this line of code in place of txtControl1?  I've
TransferSpreadsheet Command error13 Nov 2007 20:03 GMT6
I am new to VBA programming.  I think I am doing this right but keep getting
the below error when typing in my TransferSpreadsheet Command. I am trying to
write code so my query after being opened and run via form exports the
results into Excel.  My queries name is Subcycle Data ...
How to list existing variables ?13 Nov 2007 19:00 GMT2
I wish to list the already defined Public Variables from VBA, just like I
list my existing tables. Is there a kind of "VariableDefs", like "TableDefs"
I could use ?
Thank you already for any help.
use of * caracter in rst.Open strSQL13 Nov 2007 18:35 GMT3
use of * caracter in rst.Open strSQL
try: strSQL = "SELECT * FROM QrycustomersReport WHERE [cuscompanyName] like
"*test*"
You can use the strSQL to change the recordsource of a form, returns all
VBA Word Wrap?13 Nov 2007 16:47 GMT2
I've got a command button that creates an outlook email.  I then use
fields from the form to fill in places in the subject and body of the
email.  I use so much space in the body of the email that the VBA code
tries to wrap and then it turns red and doesn't work.  Is there a way
Repair/update database13 Nov 2007 16:40 GMT4
I have a question that has been fraustrating me for some time. how do i force
users out of my database to perform maintenance? short of literally forcing
them out that is i'd like to be able to close the application so that i can
make updates etc. folks leave at the end of the ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.