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 / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Insert23 Feb 2006 18:08 GMT1
I want to insert records from one table into another from different dabases
in VB6.
The databses are all in Access
.Execute vexing me23 Feb 2006 18:07 GMT4
I copied the following code elsewhere, so I know it must work:
strFiles = ""
   With Application.FileSearch
       .NewSearch
query copied from SQL View does not work in VBA23 Feb 2006 18:05 GMT4
Hello, I created a query in the MS Access query window and then copied the
SQL view into my VBA code. Although I've added the quotes and the sql string
designation, I can get the code to be accetable to my VBA code (I have the
code colors on).  Here is my query:
help with data matching required23 Feb 2006 17:52 GMT3
I need some help, to matching data!
eg: out of 20 elements: eg (10,2,4 17,24,5,30, 40, 50, 100, 23, 35, 200,
3501, 201, 245, 323,2000, 33, 44,265,etc)
I would want to know which of these elements eg: make up the sum 275??
ensure query is complete23 Feb 2006 17:35 GMT1
I'm running queries in my code.  Is there some command or code to insert
after kicking off the query to ensure they query completes before the next
line of code is executed?  I have used a "DoEvents" in Excel and was
wondering if there is something similar in Access.  Thanks for ...
Create/Use function23 Feb 2006 16:20 GMT3
Have a long integer field that represents seconds. I use a query to total
seconds. Then in the query under SQL I put a format statement to convert
total seconds to days hh:nn:ss. This works very well, but the format
statement is long and confusing to read.
Another little problem in SQL!!23 Feb 2006 16:06 GMT2
I know I'm pushing it with two problems in the same day!  I want to run a
delete query in SQL from a VB module.  How do I tell it not to run the delete
query if the table is empty?  Very many thanks.
Creating array from listbox values23 Feb 2006 14:44 GMT1
I need to create an array from value in an listbox. So far I have the
following code:
_______
strSQL = "SELECT TblCallSLA.SLA_Number " & _
Syntax error in SQL - please help!!23 Feb 2006 13:42 GMT4
Hi  I'm trying to run the following update sql from a vb module and it tells
me there is a syntax error.  I just can't see it.  Is it really obvious and
where is it?
MySql = "UPDATE [t-CommentOutput] SET [t-CommentOutput].Country = " &
Need help with email code23 Feb 2006 13:16 GMT1
I have a database that contains records for contact escalations. "ECBData1"
is the table that holds the data. The record contains the Status, Date
Opened, Owner, Customer and Email Sent columns. I have a query ("RemQry1")
that returns all records that have a status of open and ...
protecting vba code23 Feb 2006 09:25 GMT7
is there some way to protect vba code from unintentional modification. i
thought that there was but don't seem to be able to locate the method. i
tried vba 'help' but it seemed to come back empty.
-ted
Update table from command23 Feb 2006 08:40 GMT1
I want to change the value of EmailSentTL to 1 where EmailSentTl = 0 and where
the date is 2 or more days older than today. I'm trying the following
command but it obviouslt does not work. Thanks for the help.
DoCmd.RunSQL "UPDATE ECBData1 SET ECBData1.EmailSentTl = 1 WHERE
Help with ALTER TABLE statement23 Feb 2006 07:13 GMT14
Group:
I have the following statement in a module that adds a column to an existing
table. The column is titled ID2 and it is formatted to accept numbers.
BackDb.Execute "ALTER TABLE [" & CoName & "] ADD COLUMN ID2 Number;"
LEFT JOIN with criteria23 Feb 2006 06:04 GMT1
I need to get the count of a certain product (with custom features) at
different locations. I also need to know if that Count is zero
So, something like:
SELECT A.STORE, Count(A.PRODUCT_ID) AS CountOfPRODUCT_ID
search but ignore some chars22 Feb 2006 21:54 GMT7
i need to search a string of chars within  a 2nd string but id like to ignore
certain characters in the 2nd string. specifically linefeeds, returnchars and
the like (in vba)
the catch is that i cannot remove [replace func] these chars from the 2nd
 
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.