| Thread | Last Post | Replies |
|
| Finding customers who own both products... | 11 Aug 2005 21:00 GMT | 2 |
This is a simplified example of what is probably a simple SQL query, but my SQL skills are too weak... Customer table: CustomerID
|
| Need help with query | 11 Aug 2005 20:48 GMT | 2 |
I have 4 tables that I'm querying, and have the basic data that I need, I just can't figure out how to 'fine tune' to get the exact info into a report. I have: Dept Emp# Event Date
|
| SQL Server batch in pass-through returns no records | 11 Aug 2005 20:39 GMT | 5 |
I'm trying to execute a batch of T-SQL statements in an Access pass-through query. In short, the batch creates and populates a temporary table and ends with a select * ... on the temporary table. It works fine in SQL Server's query analyzer, but returns no records when I run it as ...
|
| How do I query a table by dates? | 11 Aug 2005 20:33 GMT | 1 |
I want to be able to put in a date range for my querie. Is that possible. Thanks David
|
| How2 Format a datasheet cell to have line breaks | 11 Aug 2005 19:15 GMT | 2 |
I have a simple Access 2003 subform, as a datasheet view, I simply want to display some of the details within the same cell but with line breaks (shift Enter). Each detail has numerous details but there are several address fields that
|
| Dsum calculation by date | 11 Aug 2005 18:55 GMT | 11 |
I have been trying to calculate a running sum for consecutive dates. My SQL for the query is as follows: SELECT qrySKEmergenceStats.DATE_SAMPLED, qrySKEmergenceStats.SumOfSKPERHR, (DSum("[qrySKEmergenceStats].[SumOfSKPERHR]","qrySKEmergenceStats","[date_sampled] <= " & ...
|
| Hey MVP's - Like VLookUp True/Closest Match - help | 11 Aug 2005 17:39 GMT | 2 |
Help! I posted this two days ago and unfortunately received no response. I did modify it slightly based on my expected lookup results - sorry if that caused any confusion. I would like to know if what I am seeking is even possible within Access. If it's not, please let me know.
|
| update an existing notes field that already has data | 11 Aug 2005 17:02 GMT | 1 |
I have an existing notes field that I want to add more information to it but when I use the update query it erases the information that is already in there and puts in the new. Is there anything that I could do differently? Is this possible?
|
| cumuative query | 11 Aug 2005 16:56 GMT | 1 |
I have a query shown below: Date OpenedItems Feb '05 45 March '05 21
|
| Field properties | 11 Aug 2005 16:55 GMT | 1 |
Is there a way to have the captions of the field properties of a query to be blank? I am using access 97. Thanks, Tom
|
| Append if edit date is later than previous date. | 11 Aug 2005 16:41 GMT | 1 |
I am opening a subform which basically writes to the same table as the form. What I want is I have a field in the form called DtRecd and one in subform called DtRej. If the DtRej is a date later than DtRecd then I want to append a new record row to the Table and if its same date ...
|
| Updating data in a table | 11 Aug 2005 16:39 GMT | 1 |
I have several thousand SKU's that change up to a new SKU. Example Sku 12345 changes up to SKU 98765. My problem, is that I have an on-hand quantity of SKU 12345 but all pricing got cahnge when I ipmorted a new price list into the table from the supplier. Since they don t use SKU
|
| Querying Times | 11 Aug 2005 16:36 GMT | 3 |
I have a field in a SQL Sever table of data type datetime. I enter a time in this field by keying 8AM and tabing to the next field. When I try to query the table with the criteria of #8:00:00 AM# it returns no records. What is the correct way to query times? Including SQL for ...
|
| Selecting all max values of field 1 for each unique field 2 | 11 Aug 2005 15:47 GMT | 4 |
I have a table that contains just 4 fields and an ID - autonumber. tblHIST itemno actdate actqty actcost id 123 1020501 2 1.00 1
|
| All people at a single address for labels | 11 Aug 2005 14:17 GMT | 1 |
I've been learning Access andhave been pretty successful with it for the last two months, using a lot of its capabilities. Now I need to do something and I can't figure out how to do it. I have a database of community residents and each resident has a primary Key ID.
|