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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to or delete a Excel sheet or tab thru VBA code?05 Nov 2006 18:44 GMT12
I have a Access VBA code and I like to remove the a Excel tab.
Can anyone help?
Thanks
Add or change module kills my app in Runtime? Sagekey Security05 Nov 2006 18:23 GMT2
I am killing myself trying to determine what is wrong with my app. I have a
fairly large Access program that I sell to the public. I am using Office XP
Dev and distribute the app as an MDE with the Access Runtime which is
insatlled using the Sagekey MSI installation scripts.
Opening a recordset from the current db05 Nov 2006 17:41 GMT5
I get an invalid argument error when I try to open a recordset from the
current database table named dbo_CardHolder using this code:
   Dim rs As Recordset
   Set rs = CurrentDb.OpenRecordset("dbo_CardHolder", dbOpenTable)
Fomatting a text box05 Nov 2006 03:13 GMT2
Is there a way to show some part of the text as highlighted or bold in a
text box thru VBA code?
Thanks for your help
Krishna
Importing data05 Nov 2006 02:14 GMT5
Is possible to import data from a other software program like QuickBooks?
Has any one every done this before? I would like to import bank deposit data
so I can run queries on money deposited and money than my database show’s I
collected.
Qry parameter05 Nov 2006 00:28 GMT1
How can I make this work in a query:
PARAMETERS [tblname] TEXT;
INSERT into [tblname] . . .
I know I could build SQL in the VBA and go from there, but this seems more
fldName04 Nov 2006 20:48 GMT4
Why doesn't this work?
the query produces results with one of the fieldnames as DateDone and whose
values are dates. I'm trying to get a fieldname that looks like the dates in
the DateDone field (I'll use in a create table SQL later).
Using a variable with the bang operator?04 Nov 2006 06:46 GMT1
How would I rework this code so that I can use variables with it?
DoCmd.OpenForm "frmReportsMenu", acDesign
Forms!frmReportsMenu.cmdClose.Picture = "I:\Bid Administration\bids.ico"
DoCmd.Close acForm, "frmReportsMenu", acSaveYes
Help returning a value from a module to a form04 Nov 2006 05:34 GMT1
Hi can someone tell me what I am doing wrong.
I am calling a function from within a form. The function is located in
module2.
The values pass to the function fine but the returned value from test2 is
Selecting only the numbers04 Nov 2006 02:39 GMT1
I am trying to use a very sloppy telephone list. My table is set up
(aaa)nnn-nnnn but the list I'm trying to use is horrible. Some entries have
area codes, some don't. Some have extensions some don't. Some are missing the
area codes but have the empty parentheses. Some have ...
BUG?: Memory Not Released using VB6 & ADO 2.804 Nov 2006 00:14 GMT9
SUMMARY: I have created an extremely simple VB6 app that uses ADO 2.8 to
query a Access DB through OLEDB. Problem is that memory IS NOT RELEASE even
after Close & Set to Nothing both Recordset & Connection ADO objects. It is
so simple and straighforward that I can not believe ...
sending mail from Access without warning dialog box03 Nov 2006 23:31 GMT2
I have 2 Access apps that send mails using the Outlook object, works fine,
except one thing: everytime the mail is about to be sent by the app, a dialog
box related to Outlook appears warning me that my app wants to send a mail
and is that all right, etc.
Howto? Dlookup("field","SAVED_QUERY","Criteria='string'")03 Nov 2006 21:23 GMT4
Dlookup("field","SAVED_QUERY","Criteria='string'")
I think it's not liking either using a saved query as a table, or it's not
liking that my string/date/number is a calculated expression in the query.
Thanks for your help.
attendance03 Nov 2006 21:03 GMT1
I'm trying to develope an application that can track attendance at various
classes of varying times and dates.  So, looking for some ideas.
I've got the tables for the classes and their dates (start/stop, and dates
for each meeting, which can change, be added to or removed from the ...
column headings in subform03 Nov 2006 20:47 GMT1
I have a subform based on a query, In design mode I have column headings in
the form header. However it shows my information with the column headings
with the table column names and does not show the form header column names.
any help would be appreciated. Arnold
 
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.