"Not enough space on temporary disk" what does it mean?
Fri, 10 Oct 2008 15:05:00 -0700
I've been running queries off of OBDC databases and I am receiving the
following error which does not allow the query to complete. Does anyone know
what maybe causing this issue? ...
|
How to calculate month
Fri, 10 Oct 2008 21:08:58 GMT
Hi All,
I need to determine a future month. I have to days month and I want to add 5
more months. How would I calculate that in a unbound text box.
I tried =datepart("m",Now())+5 and it gives me 15. I want it to give me the
month name or number. March or 3
--
Matt Campbell
mattc (at) saunatec [dot] com ...
|
Query 2 Tables for Addresses from Multiple Processors
Fri, 10 Oct 2008 13:34:10 -0700
I am trying to get a Query for a report to list the Processors Used for a
JobNo and the Adresses for them.
I have two Tables with the only thing in Common is The Processor Name.
Table1: COC Table
Fields As Follows ~ All Text:
Primary Key
JobNo Processor1 Processor2 Proc ...
|
Help with a Union Query, I think...
Fri, 10 Oct 2008 12:05:03 -0700
I have a union query that is doing almost what I need.
SELECT tbl_Projects.*, tblProjectMilestones.*
FROM tbl_Projects INNER JOIN tblProjectMilestones
ON tbl_Projects.[ProjectID] = tblProjectMilestones.[ProjectID]
WHERE tblProjectMilestones.[MilestoneID] = 6;
UNION
SELECT tbl_Projects.*, tblProjectMilestones ...
|
Problem Joining Tables In A Query
Fri, 10 Oct 2008 11:56:00 -0700
I got some pointers yesterday from a menmber but haven't yet solved my
problem. I have a monthly expenses and a monthly sales report. I am trying
to combine them into one for comparative purposes. The problem is with the
dates. The "Sales Table" has a date field as does the separate "Exenses"
Table. Obvio ...
|
Running sum expression
Fri, 10 Oct 2008 11:01:01 -0700 (PDT)
I am trying to write an expression that will show a running
sum.
The expression should show the total number of the
open issues from the previous month plus all new issues
from the current month minus all closed issues from the
current month.
I have been trying to write it and can't seem to quite get what
...
|
Query by Form
Fri, 10 Oct 2008 11:00:03 -0700
I am using a search form with combo boxes (5 of them) to run a query. The
results of the query are displayed in a subform in the above mentioned form.
My question / problem is this:
By using the following criteria in each of the fields in my query (Like
[Forms]![Search]![Field1] & "*" Or Is Null) I am abl ...
|
|
|
Datepart Function
Fri, 10 Oct 2008 09:22:00 -0700
My manager suggested I use the datepart function to run what I need to,
however after reading posts, I'm very lost on what to do...
I am running an append query. The main table has the:
Vendor #, Store #, Doc Type(either Cr or Inv), the sum of the pay amt(based
on the type), and the last field is "Month". I a ...
|
Record Count Increases with Join
Fri, 10 Oct 2008 09:17:09 -0700 (PDT)
I have a table A with 41,352 unique records. I need to join A to 2
queries, b and c, retaining all records in A and indicating in two
expression columns when A matches b and c, respectively. I created
expressions that say Match b?: Iif(IsNull([b].[customer ID]),"","b")
and one like that for c as well. For som ...
|
Question about a Query
Fri, 10 Oct 2008 08:48:01 -0700
Ok so I am new to using Access and I am basicly self taught, so I am sorry if
the terms are wrong. My question is I have a table with several fields and
under most of them I added a drop box with the same selections (Acceptable,
Unacceptable, and Not Applicable). I was to have a query where I can run it
and ...
|