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 / April 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Zip Code Query30 Apr 2007 13:16 GMT2
I want to do a query based on zip codes but want the query to only consider
the first 5 numbers of the zip code, so if a zip code is entered as
12345-6789, the query would only consider 12345.  How can I do this?  Any
help would be appreciated.
Select Distinct II30 Apr 2007 12:57 GMT6
I got this nice pease of SQL from Duane
Showing the total for each valid quote:
SELECT  Sum([quotelines].[TotalPrice]) AS tPrice,quotehead.QuoteNo
FROM Quotehead INNER JOIN QuoteLines ON Quotehead.id =
Please Help: Querying same field several times for a count in QBE30 Apr 2007 09:20 GMT4
I am having no success with a task that I have been given in work.
The .csv that is required contains 20 fields and for the most part
these fields can be added to the query by double clicking.
Where I am completely baffled though is there will be 5 columns within
Help with query30 Apr 2007 06:37 GMT6
I don't know what this would be called so couldn't really have a discriptive
title....
I have a database where we record all of the IT equipment used in our team
at work.  When someone leaves or someone new starts the database gets updated
Rounding numbers30 Apr 2007 01:47 GMT1
How can I round a whole number? ex: 253,678 to 254,000.
Pls. help.
Thanks,
Franco
Calculate Null Date30 Apr 2007 01:22 GMT5
I am trying to calculate two date fields minus each other.  If one of the
date field is blank, I want to be able to add a date.  This is what I have so
far.  Any ideas?
Nights: Nz([CheckOutDate],Nz([Enter Date for Blank
SQL Learning for novice29 Apr 2007 23:38 GMT1
Can anyone recommend any good reference books for learning SQL.
But only as it relates to Access (baby SQL as it's referred to at work).
Any recommendations greatly received.
Thanks,
"Enter Paramter Value" Prompt - how do I stop it?29 Apr 2007 22:50 GMT5
I have a calculation in a query that is as follows
M3: [Width]*[Thick]*[Lineal]/1000000
The "Lineal" feild refers to a calculated feild in the same queary as this
new "M3" calculation but everytime I run it in datasheet view I get the
delete duplicate records29 Apr 2007 18:32 GMT1
I have a database which lists duplicate records.  I want to delete all
duplicates records that have the same info in a specific field.  I think if I
use the addr field it should work.  Here is the sql
SELECT dbo_comps11.title AS dbo_comps11_title, dbo_comps11.addr,
query to return only unique records from 2 tables?29 Apr 2007 18:24 GMT2
I have 2 tables (OLD and NEW) with identical formats, and I want to extract
only records where the ID is in the NEW table but is not in the OLD table.
for example:
OLD table:                                        
Parent Coming Up a Few Times29 Apr 2007 14:24 GMT3
Hello
i have a continuous form based on a query with a student table and parent
table. that gives me parents of students that were accepted to the college at
any time.
data29 Apr 2007 11:18 GMT7
I have database having a  column content a 9 digit number , each value in
the field is unique. . I need to send it to the database to external company
, so I need to do something with this column like encrypt or I have an idea
but I do not know how to do it; convert the numbers ...
NOW what! Need help with ANOTHER expression.29 Apr 2007 06:56 GMT13
I have an anniversary date for some folks in my contacts database & want to
know how long these folks have been married.
YearsMarried:=Int((YearsMarried: Now()-[AnniversaryDate])/365.25)
I get an error message.
top N values per group using VBA29 Apr 2007 01:44 GMT5
I am trying to follow an example for finding top N values using VBA given at
this link:  http://support.microsoft.com/kb/210039/en-us#appliesto
I've had success with this in the Northwind example database (with my own
tables or with Northwind tables) ...
Trim Data29 Apr 2007 01:02 GMT18
I know this may be answered somewhere but I am new at this and need very
specific steps.  Screen shots also help.
I am running a query.  In one of the fields "addr: it has information like
this example.
 
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.