I am trying to install PHP 5 on Windows IIS 6.0. I am using the installer to setup and configure the web server.
When I complete the installation it says that the installation has been successfully completed. However, when I try to access .php files from the server it says that they are 404...
I have a Query that I am using then I plan to mail merge the fields into word.
The problem is there is duplicates coming out of the query and I do not want to waste a bunch of labels/paper.
Is there any way to filter out duplicate records in a query?
Do I have to redesign the query?
Thank...
Hi
I am building a Revenue Scan for my company. I am trying to build it as friendly as possible.
Here is my problem:
I am trying to make a default value in design view that depends on two other fields.
Amount
Agent
Agent Comp (the default value field)
are the three fields...
the default...
SELECT [2004 Year End (Sept 30)].[Sale Type], Sum([2004 Year End (Sept 30)].Amount) AS SumOfAmount
FROM [2004 Year End (Sept 30)]
WHERE ((([2004 Year End (Sept 30)].Date)>=#12/1/2004# And ([2004 Year End (Sept 30)].Date)<=#12/31/2004#)) OR ((([2004 Year End (Sept 30)].Date)>=#12/1/2004# And...
1st 'where': >=#12/1/2004# And <=#12/31/2004#
2nd 'where': Not "fair/wat"
'groupby': "grp/ind" and 13 other sale types down the column
Sum: the amounts
------------------------------------
output:
Sale Type SumOfAmount
cdc-di 265.13
cdc-erp 1200.16
cdc-group 24877.3
cdc-life...
I am building a revenue scan for my company.
The query that I am trying to build adds up the revenue for that month.
The first 'where' expression filters out the dates that I want for the additions. (works fine)
The second 'where' I am trying to filter out one of my agents. However, it does...
I am trying to filter from a last name field.
What I am looking for is to be able to type in: "sm"
and the records that will come up will include:
- smith
- smythe
- smithers
etc.....
I am trying to use the wildcard : * in VBA but it doesn't seem to be working. Does anybody have any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.