| Thread | Last Post | Replies |
|
| How Populate empty fields with zeros.. | 29 Sep 2005 01:50 GMT | 2 |
I have the following simple table: Name Appointment Salary ******************************** Adrian Manager $2000
|
| Append Query to Create Repeated Records in Table | 29 Sep 2005 01:23 GMT | 2 |
I am trying to create an append query (or whatever would work) that will allow the creation of repeated records in a table. For example, I have a table with these fields (1st row) and example data (2nd & 3rd rows):
|
| How CDate() determines century | 29 Sep 2005 00:57 GMT | 2 |
I'm having problem with the Make Table Query below. I have a table with month, day and year stored as three separate, 2-character string fields (I did NOT design this database). I need to write queries that compare dates so I came up with this query convert these string fields
|
| Need a query to find all records with ONE keyword | 28 Sep 2005 23:08 GMT | 5 |
I need to write a query that will return ALL records from a field that contain a specific keyword, which in my case is the word SEC. My table name is Legal. The field name in question is legal_description.
|
| Update and insert a increment number | 28 Sep 2005 22:39 GMT | 2 |
Hi again, I want to add a number field to a existing table and insert the number 6015 in the first row and then increment that number by one for each row after that?
|
| Sort error in query - record is deleted | 28 Sep 2005 22:39 GMT | 1 |
I'm very familiar with working with Access and creating and sorting queries, but today am having a problem I've never encountered and I need help fast. When working with a query I created several days ago and have been using regularly, suddenly after I added information to quite ...
|
| how to summarize data in table | 28 Sep 2005 21:50 GMT | 3 |
I have a table in which each field contains duplicate values. I need to summarize the data based on the values in one of the fields, like this: Fields: item, brand, size, type, formula summay:
|
| Choosing variables to sort by | 28 Sep 2005 21:39 GMT | 1 |
Currently I have a query that will do a sort when you type in the Job Name. But if you don't type in the name 100% correct it will not sort correctly. Is there a way so that when the box appears on the screen that a person could go through a scroll down of possible name choices ...
|
| HOw to return the value of firstdayofweek? | 28 Sep 2005 21:10 GMT | 1 |
Hello, there. Based on the date and time information, how to return the value of "firstdayofweek" in Access? I don't see any built-in function which would do that. Thanks!
|
| Nz function doesn't work in simple query | 28 Sep 2005 21:06 GMT | 4 |
I am creating a simple query. The table is InsuranceExpense. The field is InsAmt. There is nothing in the table yet. I put TtlInsurance: Sum(CCur(Nz([InsAmt],0))) in the row marked field. I get only a blank field. My goal is to use the zero in a calculation with another ...
|
| getdate conversion | 28 Sep 2005 20:41 GMT | 4 |
This works for SQL 2000 how would I write it for Access 2003 query? STUFF(CONVERT(CHAR(26),GETDATE(),22),7,2,CAST(YEAR(GETDATE()) AS CHAR(4))) thanks
|
| pulling info from multiple tables or queries | 28 Sep 2005 19:57 GMT | 1 |
I have created a donor database in Microsoft Access for the non-profit organization i work for to maintain information on individuals and businesses who donate and/or participate in our fundraising events. So i have a main table of donor records, then tables for each of the ...
|
| JOIN EXPRESSION | 28 Sep 2005 19:56 GMT | 1 |
I need help on writing a JOIN statement in ACCESS. I have attached a portion of a query used in Teradata SQL Assistant 6.2. cast(substr(cast(a11.mdse_nbr as char(4)),2, 3) as int) = a12.sub This portion of the SQl represents the join expression needed in ACCESS. My
|
| Extract records with a specific field appearing more than once in the DB | 28 Sep 2005 18:44 GMT | 7 |
Greetings everybody, I'm quite new to Access and SQL - until now worked a lot on Excel and some VBA macros... I would like to write a query that will extract me all the records where one
|
| Create Procedure query in Access. | 28 Sep 2005 18:38 GMT | 5 |
My appliction was connected to SQL SERVER, and was using a STORED PROCEDURE (created using T-SQL) in SQL SERVER. The code for the procedure is: CREATE PROCEDURE proc_name
|