Simple query??Hello All
I have been wrestling for ages now with a query that I thought would be
simple .. but can't get the output I want!
I have a table [practice suppliers] with fields SUPPLIER and AUTO CATEGORY
(and others). The field SUPPLIER is not a unique (key) field, but in fact it
almost is: ~95% of the records in the table contain unique values in this
field.Of the remaining ~5%, about half of the records for a given SUPPLIER
value contain the same value of AUTO CATEGORY, and the other half contain
different values for AUTO CATEGORY.
I want a query that will return the number of diffe...
query destination fieldHow do you change a destination field of a query in Excel? I have the data from the query being sent to cell A4 but need it to go to cell A1.
I tried the "edit query" option but with no luck
albert
I think you can just delete Rows 1:3 and it will adjust accordingly.
--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com
"albert" <anonymous@discussions.microsoft.com> wrote in message
news:14E1E67B-F7A0-4FD3-A78E-C4E1CCC22453@microsoft.com...
> How do you change a destination field of a query in Excel? I have the data
from the query b...
Cashflow query to return previous valid field if date has null valHello guys!
Hope someone can help as usual!
I have designed a simple query to control my cashflow, pulling data from a
topay_query and toreceive_query. I have managed to make all the calculations,
no problem.
The thing is that I have an "Accumulated payed" and "Accumulated received".
When there's no moviment in a day these fields come out blank. How can I do
that when there's no movement, the query would consider always the value of
the previous valid field?
THanks mate!
How are your queries set up? Are you linking by day? Is one of your
criteria to only ...
Queries and Now()Hi
Using Access 2007.
I have a database in mdb format that records the information of customer
sales on a web site. In the OrderDate field I am using Now() to record the
date and time the order is placed.
I also have a query which displays only currently open orders.
When I view either the table or query data locally within Access the
date/time information of each order displays correctly.
Likewise, when I view the table data online via an ASP VB web page, the
date/time information of each order displays correctly
However, when I view query data online via an ASP VB web page, the da...
Make Table Query Question 07-21-07Hello All:
Access 2003
I have a make table query and one of the field is a $$$ dollar amount.
I set the properties to "currency".
However, in the table, the field type is "Number".
Any ideas why this is happening?
-Joe
You could try typecasting the field in your query.
For eample, if the design view shows the field like this:
Amount: [Quantity] * [UnitPrice]
try changing it to:
Amount: CCur(Nz([Quantity] * [UnitPrice],0))
In general, the better solution is to design the table the way you want it,
and then use an Append query to populate it, rather than a Ma...
Cartesian JoinI have two tables:
Table Person
Field: PersonID (int)
Table Books
Field
BookID (int)
Is_Good (bit)
I need to create a SELECT that contains
a single list with
PersonID, BookID if Is_Good = 1
PersonID BookID
1 101
1 102
1 103
2 101
2 102
2 103
I have endlessly looked-up Cartesian Join
but they always show a common JOIN Field.
I can't seem to do it because there isn't
a common JOIN Field. Is there a way to do
this without a While Loop?
Thanks
N...
multi record queryI am taking 4 fields from a linked AS 400 database, the 4 fields are
IDAREA = T
IDAISL = RA
IDBAY = IL1
IDLEVL = 9
I need the word "TRAIL19" to be my parameter for the information I need for
a query to fill in the form and report
Is there any way to combine these 4 feilds?
On Mon, 11 Jan 2010 20:09:01 -0800, Norm
<Norm@discussions.microsoft.com> wrote:
select IDAREA & IDAISL & IDBAY & IDLEVL as myCombinedField
from myTable
(of course you change myObjectNames to yours)
-Tom.
Microsoft Access MVP
>I am taking 4 fields from a linked AS 4...
Tables/QueriesHello,
I've seen some posts regarding a similar problem to what I'm having but cant
find the resolutution!
I have a database with tableA which contains basic inventory info. I have a
field in tableA named location. There is a second table (tableB) which has
a list of all the locations our company delivers to.
I've been warned to stay away from lookup fields, so I'm using combo boxes
on the form to look up the location and then populate the location field in
tableA when the value is selected.
Here is the issue (and again, I've found some posts similar): Running a...
query form 12-29-09I have a form that opens when you run a query for an employee name. It does
exactly what it is suppose to do. It displays all information that I have
requested. The problem I am having is when I enter a name of an employee that
is not in the database the form comes back as a grayed out box. Is there any
way to set the form or query to prompt the user that the name is not in the
database and allow the user to run the query again.
Eric
Check to see if record exist before you open the form.
If you are using a command button to open your form containing code like
the follow...
Queries independent of accents?Hello!
We have a DB of people from many countries. Some names contain chars with
accents like � or � and other types of accents. Is there a way of searching
all names in the DB containing any kind of accent without specifiying the
acctents used? Is there a function like f("�") = "e" where f is the function
I look for.
Thx in advance!
Fritz
Fritz
Do you store the data as NAVARCHAR(n) datatype? Have you specify N just
before a value in WHERE condition?
Hmm, I think may want to take a look into REPLACE function to remove accents
"Fr...
Help on muliple table queriesHi all,
I wonder if you can help. I have 5 tables of data with the same column names.
I want to run a query which includes all records from all tables within a
certain time period using a from/to date.
Is this possible/simple, and how do I do it!!
Thanks
Natalie
Hello Natalie.
"Natalie" wrote:
> Hi all,
> I wonder if you can help. I have 5 tables of data with the same
> column names. I want to run a query which includes all records from
> all tables within a certain time period using a from/to date.
>
> Is this possible/simple, and how do I do it...
Error Exporting Access Query Results to ExcelI'm having 2 different problems exporting query results from Access to Excel
(Office 2007).
Problem 1:
I do what I've always done, in Access VBA get ADO recordset from query
results, instantiate Excel, get a range object, use the range object's
CopyFromRecordset method. This has always worked in the (pre-Office 2007)
past for me. It is much easier than iterating records and columns and
assigning values to cells. Now, I get an error -2147467259 Automation Error
Unspecified Error. I'm guessing this is because 2 of my recordset fields are
pictures in Attach...
MS Query instead of "Edit OLE DB Query"Hello all,
I am having a problem with editing some existing queries within Excel
2003 workbooks. When clicking on the "Edit Query" button from the
External Data toolbar, I now get the "Edit OLE DB Query" dialog box,
instead of MS Query, which was the interface that I previously would
get. Is there a way to switch this back?
I have been using Office 2003 on Windows XP Pro SP2. I recently had
Microsoft Update upgrade my version of Office 2003 from SP2 to SP3.
The problems appear to have started after that.
I can still create new queries in Excel using MS Query, which is...
Moving Parameter QueriesI have created a Parameter Query that imports transactions from an Access Database on my 'C' drive to "work out the bugs".
It works just fine, however when I move it (as well as the related dqy file and the database) to a shared network drive so that others can access it, it sends back an ODBC driver error message. I am at a loss as to how to remedy this situation without recreating the query (very time consuming) at the new location
Has anyone run into this before
Any efforts will be much appreciated
Tom
Sounds like a confused link - am assuming your query pulls
from a...
xPath query #2I'm trying the select a element based on values of two attributes. In the
Xml doc i need to look at an attribute minVal and maxVal. if the Value I'm
passing in in the xPath is greate than min "and" less than max, I'll want
to pull all the attributes of that element.
Is this possible with xPath? I'm able to easily query 1 attribute, but not
two.
Thanks
TR
TR wrote:
> I'm trying the select a element based on values of two attributes. In
> the Xml doc i need to look at an attribute minVal and maxVal. if the
> Value I'm passing in in th...
Append Query 08-21-07I have two tables.
Table A has 349,353 records.
Table B has 377,787 records.
I need to add the 28, 434 records that are not in table A but are in table B.
Table A and B have a unique 6 digit number as its primary Key.
When I attempt to run an append query from B to A, I get an error message
stating it did not add 28, 434 records due to Key Violations.
Sorting the unique 6 digit numbers tells me right off the bat that there are
some in B that are not in A, yet when I attempt an append query, it tells me
there are Key violations.
I even selected on specific record whose 6 digit number I ...
Excel DNS queryHello,
Is there a way for an Excel function to query a DNS server?
Thanks.
Soundy
Not that I know of, but you can turn on the macro recorder, use 'get
external data' and tailor the resulting code into a user function of your
own.
E.g. I've used this to create a button to get MS-Access data from a query
that has the same name as the sheet (tab) name. It saves me a lot of
copy-paste actions.
Bas Hartkamp
<soundy@gmail.com> schreef in bericht
news:1151940450.029823.127570@j8g2000cwa.googlegroups.com...
> Hello,
>
> Is there a way for an Excel function ...
Learning XPath Query Language Resource Material/Books/White PapersI am a total beginner to XPath and using Native .NET XML Classes (although I
have used XML with Datasets before). I have "XML for ASP.NET Developers"
which seems like a good .Net XML overview book but would like to learn more
about writing XPath Queries.
What do I need to learn the XPath Language?
Thanks
Earl
http://www.zvon.org/xxl/XPathTutorial/General/examples.html
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Earl Teigrob" <earlt777@hotmail.com> wrote in message
news:u9bfw%23fUDHA.1012@TK2MSFTNGP11.phx.gbl...
&g...
QueryI need to take the individuals name off of all my customers shipping
addresses. Can anyone help me write a query?
Thanks
Never Mind.
I really want to eliminate the individuals name that show up on invoices (on
the bill to or ship to) and I want just the customers business name to show.
Is this possible?
Thanks
This is a multi-part message in MIME format.
------=_NextPart_000_03D3_01C6E96F.E89ECA00
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: quoted-printable
GE,
You will have to modify the Receipt Template. =20
Make a copy of the one you are using...
report or query to show when item was last received in purchase orhello,
i would like help to find out when was the last date i received an item in a
purchase order. not when was transferred but when it was received.
please help....
This query will give you the answer:
select * from purchaseorderentry e join purchaseorder p on
e.storeid=p.storeid and e.purchaseorderid=p.id
where potype=1 and quantityreceivedtodate>0 and
itemdescription='XYZdescription'
"RP" <RP@discussions.microsoft.com> wrote in message
news:380A0AB4-0141-4BBC-950B-ECE34CFFD8E5@microsoft.com...
> hello,
>
> i would like help to ...
Quick Query ProblemPARAMETERS [Forms]![Main Form]![cmbArea] Text ( 255 );
SELECT InspectionsDI.ID,InspectionsDI.Area
FROM InspectionsDI
WHERE InspectionsDI.Area=Forms![Main Form]!cmbArea;
This code works correctly for each individual area but I also want to allow
all the records to show if Forms![Main Form]!cmbArea = "ALL"
I am not sure how to do this, I tried If statement but my syntax must have
been wrong, thanks for help.
Try this --
PARAMETERS [Forms]![Main Form]![cmbArea] Text ( 255 );
SELECT InspectionsDI.ID,InspectionsDI.Area
FROM InspectionsDI
WHERE InspectionsDI.Area Like II...
Nested query-based distribution groups?We are currently trying to implement some query-based distribution groups.
Is it possible to create one QBDG that has a couple of rules (for example
all people with a certain job title) and then create another dynamic group
that will start with all the users in the previous group (all people with a
certain title) and further narrow it down with more rules?
Basically does exchange 2003 allow for nested query-based groups? If so, how
do you go about doing it?
Thanks.
Yes they can be nested. You would nest them just like you would nest any
other group.
http://support.microsoft.com/?id=82289...
RW QueryHi,
I have a customer who has several companies set up.
Some of the companies have different report dictionaries as they have a
variety of modifications per company.
For the RM Blank document, there is a conditional field - Tax registration
number based on whether Tax Registration number prompt <> ' '.
2 compamies have the Tax nunber set against the company control but only one
company prints the number. Is this a set up issue - what does it mean by Tax
Registration number prompt <> ' '
Thanks
Jean
--
JB
...
Joining IIF statements togetherHi
I have the following two IIF statements which give the right results when
used separately but I need to join them together so Access is assessing all
conditions. I've tried multiple ways though come back with varied errors -
from syntax, commas, too many arguments etc ...
Is there actually a way I can join these?
=IIf([JobSubStatus]="Awaiting Appointment Advice" And
DCount([JobID],"QryInProgress","[JobID] = " &
[JobID])=1,Now()-[datereceived],[JobStatusDate]-[datereceived])
=IIf(IsNull([JobSubStatus]),Now()-[datereceived],IIf([j...
Query-based DL based on Group MembershipI need to create a query-based distribution list based on security group
members. Is this possible? If so, how?
In news:626C54E1-41E6-416B-932A-BFFF69BDB8CA@microsoft.com,
Leni1 <Leni1@discussions.microsoft.com> typed:
> I need to create a query-based distribution list based on security
> group members. Is this possible? If so, how?
Why not just mail-enable the security group, if you want everyone in it to
be a member of the DL anyway?
In the QBDG, use the query:
(&(objectClass=user)(mailnickname=*)(memberOf=distinguishedName of Security
Group))
*can get distinguished...