473,396 Members | 1,992 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

access query error

111 100+
Expand|Select|Wrap|Line Numbers
  1. SELECT DISTINCT [Grant Information].Contact1Index, Contacts.[last name], Contacts.[first name], Contacts.[middle name], Contacts.[whole name], Contacts.prefix, Contacts.Suffix, Contacts.[street address], Contacts.[street address2], Contacts.city, Contacts.state, Contacts.zip, [Grant Information].[project long title], tblStatusCloseout.[approved project end date], [Grant Information].[project short title], Budget.[federal calculated total], Staff.[Whole Name] AS PMName, Staff.email AS PSEmai
  2. FROM ((([Grant Information] INNER JOIN Contacts ON [Grant Information].Contact1Index = Contacts.ContactIndex) LEFT JOIN tblStatusCloseout ON [Grant Information].[Grant Index] = tblStatusCloseout.GrantCloseoutIndex) INNER JOIN Staff ON [Grant Information].[Staff Index] = Staff.Staff_Index) LEFT JOIN Budget ON [Grant Information].[Grant Index] = Budget.[Grant/Budget Index]
  3. WHERE ((([Grant Information].Contact1Index)=[forms]![Main Data Entry]![Contact1Index]) AND (([Grant Information].[project long title])=[forms]![Main Data Entry]![project long title]) AND (([Grant Information].[project short title])=[forms]![Main Data Entry]![project short title]) AND (([staff.title])="Program Manager" And ([staff.title])="Program Specialist"));
Can anyone tell me what is wrong with this access query? I started getting error when I entered two new fields called PMName and PSEmail. This query is control source for a report and it shows me an error when I run the report.
Jul 28 '09 #1
1 1595
AccessBeetle
111 100+
anyways I figure it out. You cannot have two conditions at a time. Either Prgram Manager or Program Specialist. Both does not work
Jul 28 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Phil Powell | last post by:
<cfquery name="getAll" datasource="#request.dsn#"> SELECT U.userID, U.fname, U.lname, U.phone, U.lastLoggedIn, U.choiceId, U.experience, T.label AS teamLabel, R.label AS roleLabel FROM User U...
1
by: annie | last post by:
Hi all, I have recently ported my Access 2000 app to SQL Server, keeping the Access client as the front end using linked tables. I am also using triggers on my SQL tables to trap orphan...
2
by: Mattyboy | last post by:
Guys I have built a database with saved queries that runs fine in Access but when I call it from the web using ASP, an exception occurs. I have tried multiple ways of testing the databases with...
3
by: Lynn A. | last post by:
Access/Word 2000 I am trying to merge a word document with an access query that has a parameter attached to it. Could someone please suggest how to stop the parameter from appearing when the...
3
by: Mike S | last post by:
Anyone know how I can access a MS Access database from perl? Any help appreciated.
11
by: DFS | last post by:
Architecture: Access 2003 client, Oracle 9i repository, no Access security in place, ODBC linked tables. 100 or so users, in 3 or 4 groups (Oracle roles actually): Admins, Updaters and ReadOnly....
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
9
by: Fish Womper | last post by:
I am at best a part time developer of Access databases. I use Access 2.0, as this is all my employer has on its computers. Even so, to use this ancient version requires a fairly convoluted...
8
by: Greg Strong | last post by:
Hello All, The short questions are 1 Do you know how to make DSN connection close in Access to Oracle 10g Express Edition? &/or 2 Do you know how to make a DSN-less pass-through query...
13
by: magickarle | last post by:
Hi, I got a pass-through query (that takes about 15 mins to process) I would like to integrate variables to it. IE: something simple: Select EmplID from empl_Lst where empl_lst.timestamp between...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.