| Thread | Last Post | Replies |
|
| Parameters in a crosstab. | 02 Aug 2007 13:19 GMT | 3 |
I have a crosstab query and I want to make sure it only queries data from a single year. I have a column that is set up mmmYYYY (this column in the table is a TEXT column). I want to use that column to query only the data for a specific year. This is what I have tried and
|
| Fieldname prefix in query yields both prefixed and unprefixed fieldnames | 02 Aug 2007 11:59 GMT | 3 |
I have a problem a query in Access 2003 yields both fieldnames thats are both prefixed and unprefixed. Is there are setting that make all fields prefixed? BR
|
| All I want is a bid / contract form | 02 Aug 2007 10:34 GMT | 2 |
All I want is a basdic contract form
|
| Combine into 1 | 02 Aug 2007 09:55 GMT | 1 |
I have a raw query which will show the following data:- PartNumber Invoice Quantity 1115 INV1 10 1115 INV1 10
|
| Can't Add New Records | 02 Aug 2007 08:42 GMT | 7 |
I've got a table downloaded from a company's MRP system but I need to have a 3 letter code to identify the company which is the first 3 characters from the company name field. I created a query and used the Left function to create this. However, when I tried then to create ...
|
| Can't have a null value if another field has text. | 02 Aug 2007 03:22 GMT | 5 |
I have tried a few different things to try and get this to work, but I can't seem to figure it out. Basically, I have a form with some text boxes linked to fields on a table, and I want one of two things to happen (the first one would be preferred, but if that's not possible,
|
| Multiple results with Count | 02 Aug 2007 02:52 GMT | 2 |
In Access 2003, I am trying to get multiple results in a query using Count with the same column and table as my source of data. So far I have been unsuccessful in bringing two results of Count onto a same query. For example: I have a list of amounts paid to different employees in ...
|
| SQL Server 2005 Primary Key GUID Queries fail | 02 Aug 2007 01:04 GMT | 17 |
We have two systems that need to queried on. One is in MS Access 2003 and the other is in SQL Server 2005. We have Long Integer ID fields in the SQL Server 2005 to allow the link to Access. I'm having a real tough time trying to create queries in Access using SQL
|
| Why does the grouping in this query not work? | 02 Aug 2007 00:34 GMT | 4 |
SELECT RecordDate, RecordType, Sum(HowMany) AS [Num] FROM qrySummary1 GROUP BY RecordDate, RecordType; This query refuses to do the grouping. Is it because one of the columns is a
|
| Any way to shift data axes? | 02 Aug 2007 00:06 GMT | 2 |
Helo all, I am having problems getting some data into the format I need. I'm wondering if this is even possible actually. I'm sure it is, but I'd prefer to keep things simple.
|
| Tracking query runtimes | 01 Aug 2007 22:20 GMT | 2 |
Hey is there a way to track and measure run times of queries? I have a boatload of queries and sub-queries running that I'd like to benchmark and see if I can streamline. Thanks,
|
| Counting in Query | 01 Aug 2007 21:18 GMT | 3 |
Good morning, I am attempting to use the following in a query: Score HousCount: Val(IIf(IsNumeric([SPM Housekeeping].[Score A]),Count([SPM Housekeeping].[Score A]),0)+IIf(IsNumeric([SPM Housekeeping].[Score
|
| mixing two queries together | 01 Aug 2007 21:08 GMT | 3 |
Ok, This is going to sound really bad but here it does, I have tried doing this the write way but i can't figure out so this is the only way i could think about doing this the wrong way Queries one returns results
|
| combo box query | 01 Aug 2007 21:00 GMT | 3 |
I am try to query a combo box that has list values from Goal 1 to Goal 11. When I put the following in: Between Goal 1 and Goal 3 The data returned is Goal 1 and Goal 2 but also includes Goal 10 and 11.
|
| finding all the records in a query with the same first name | 01 Aug 2007 20:57 GMT | 4 |
I have a table with 5000 records, one of the fields contains first, last name I want to find all the records that have the same first name. i am trying to use the wildcards but am not getting anywhere. I want to use the parameter query. the name will not be the same find all ...
|