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 / Queries / August 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
iif #Error then23 Aug 2006 02:42 GMT4
I have a query that may result in a linked table with no data. The result it
gives me is #ERROR. I want to change the message to be TBD.
I tried the below IIF statement and I still get the #ERROR.
PO DUE: IIf([DUE DATE]="","TBD",[DUE DATE])
Query and Report "enter parameter"23 Aug 2006 02:38 GMT2
I have a query and report for a table with several Names in it.  The query is
set up so that the criteria (under Name) is [enter name].  When the report is
run, it prompts for the name and issues a report for that name.  Is there
something I can enter for the prompt so that it ...
Query Access 2007 "Disbled Mode"22 Aug 2006 23:58 GMT1
I setup a new Access Database in 2007 but saved it as 2003.  I linked ODBC
three tables to a SQL Server.  I then wrote a Make Table Query that had a
criteria for a certain type of record.  When I run the Make Table Query it
says in the lower left corner the following error:
Query AND vs. Or22 Aug 2006 23:46 GMT3
I'm trying to exclude certain records i.e. containing either red, white or
blue in one field.
can someone explain
Not like "red" AND Not like "white" AND Not like "blue"
hide duplicates in related records22 Aug 2006 22:39 GMT6
I have a query that is showing info like this:
Name    Thing    Date
A            A1          MAY
A            A2          MAY
Percent calculation based on cross-tab query22 Aug 2006 22:06 GMT6
I have a cross-tab which works exactly as I want it to - a simple sum
of all value for a given month for each supplier:
TRANSFORM (Sum([xSqFtTable].[SqFt])) AS SumOfSqFt
SELECT xSqFtTable.Name, Sum(xSqFtTable.SqFt) AS [Total Of SqFt]
suppress warning when export from query to excel22 Aug 2006 21:46 GMT1
How to suppress overwritte warnings whan export from query to excel?
I have DoCmd.SetWarnings False but it still gives warning when overwrite
existing file.
Private Sub cmdGetIt_Click()
Using Between with General Date format22 Aug 2006 21:40 GMT3
I have a field that is set as a General date and contains date and time.  
Example:  7/31/2006 11:18:00 PM.
I'm using Between with parameters:
 Between [Enter begin date] and [Enter end date]
Access query does not show grid line at the top when you print it.22 Aug 2006 21:08 GMT1
When printing an Access Database query, the grid line does not show at the
top of the heading (first row).  How can I make this appear.  I am using
Access 2003.  Thanks!
create a query to delete all records in a table22 Aug 2006 20:56 GMT5
Is it possible to create a query which deletes all records in a table?  Sort
of a reverse append query?
Signature

Brevity is the soul of wit.

Creating a query with multiple items from a single field22 Aug 2006 20:45 GMT1
is there a simple way to create a query to retrieve multiple field
components? by this i mean i need to pull data on specific people within our
database.  is there a way that i could enter ALL of the names of these people
to return the data i need rather than querying them one at ...
Inserting text containing a vertical bar by code22 Aug 2006 20:41 GMT4
Does anybody know how to insert a text containing a vertical bar (|)
into a text column by code?
I'm inserting rows to a table by code using CurrentDb.Execute strSQL,
and everything runs fine until the SQL string contains a vertical bar
hide duplicate fields in related records22 Aug 2006 19:59 GMT4
I have a query that is showing info like this:
Name    Thing    Date
A            A1          MAY
A            A2          MAY
DSUM criteria22 Aug 2006 19:58 GMT3
I've got this SQL in a select query called 8_qselWF_Prod:
SELECT Year, Period, Entity, Function, Prod, AllocMeth, Sum([Sum Monetary
Amount]) AS ProdAmt, CDbl(DSum("[ProdAmt]","8_qselWF_Prod")) AS ProdTtl,
CDbl([ProdAmt]/[ProdTtl]) AS Pct
Query for combo box22 Aug 2006 19:50 GMT2
I have a combo box with which users choose a particular staff member.  There
is a second combo that is then limited to clients of the staff member chosen
in the first combo.  It all works great except for one problem:  I have a
"generic" client that is used for certain types of ...
 
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.