| Thread | Last Post | Replies |
|
| Convert date to year | 29 Dec 2006 23:39 GMT | 4 |
I have another question regarding dates, but I think this one is simple. Say, for simplicity’s sake, I have two fields in my query. One is called “MonthlyHoursDate” with the following criteria: “>=[Type Beginning Date:] And <=DateSerial(Year([Type Beginning Date:]) ...
|
| query not returning any records | 29 Dec 2006 17:52 GMT | 2 |
I am ultimately looking to generate a report that repeats itself for each client listed in a table. (Similar to how a mail merge would work.) For instance, we create a proposal for a given project, and in a related table called tblProjectClient, we may have only one client or many ...
|
| Connect to secure database? | 29 Dec 2006 17:20 GMT | 3 |
I am trying to connect to an access database through reporting services to generate some good looking reports. The connection string for the database on my desktop is as follows: "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "f:\sales order
|
| Resources for Writing Advanced Queries | 29 Dec 2006 15:34 GMT | 2 |
Dear NG, I've got two books - Michael Alexander's - Microsoft Access Data Analysis and Virginia Andersens' MS Access 2002 - The Complete Reference. Both are good books, espeically Alexander's, but only
|
| A kind of reverse concatenate | 29 Dec 2006 15:05 GMT | 4 |
I have a table looking something like this: Name Field1 Field2 Field3 Field4 Bill 1 3 John 1 2 3
|
| run queries by the batch | 29 Dec 2006 12:19 GMT | 4 |
Sorry to pollute the post with so many dumb questions! Until I figure out how to write queries that accomplish more than 1 thing at a time, I was wondering if there was any way to automate queries. For example, I have a delete query that deletes bad data. I run an update query ...
|
| delet query password | 29 Dec 2006 09:36 GMT | 5 |
I want to restrict the use of a delete query, which is run through a delete record button on a form, by adding the need to enter a password. I would be grateful for any suggestions of how I might achieve this. Thank you
|
| I think this is simple... | 29 Dec 2006 03:21 GMT | 1 |
I have a table that looks like this..... ORDER SHIPCOST 1 $3.00 1 $1.15
|
| Calculating Vacation Time | 29 Dec 2006 00:17 GMT | 1 |
Hello, I am creating what I hope will be a very simple database. It has two tables; one with employee personal information, one with their vacation time. In the vacation time table, I have a number field that lists the total amount of time each person is entitled to, another ...
|
| Count(Distinct()) with multiple fields | 29 Dec 2006 00:02 GMT | 1 |
I realize my last post revealed too much information and made it confusing. Let's start from scratch:) I would like to assemble a query that counts distinct values. Here is my count(disctint()) query thus far:
|
| PT ODBC sql statement list issue | 28 Dec 2006 23:27 GMT | 1 |
I have a sql statment that is calling for data on a different server, based on certain numeric values I have on a list in the statement. I have 4000 values on the list, and since an error popped up stating that I could not have more than 1000 values in a list, I broke them up by ...
|
| sql statement with error #933 | 28 Dec 2006 22:04 GMT | 1 |
My ODBC sql code below is giving me the error: #933: SQL command not properly ended. Can anyone tell if I'm missing a comma or something that is holding this query up? thanks, Perry
|
| how to locate duplicates ?? | 28 Dec 2006 18:06 GMT | 2 |
Hi, I'm sure this is so simple I will feel stupid... I can not remember how to find records that have duplicate ID numbers. I was given a spread sheet with 45000 records and asked to locate any records with duplicate ID's. I remember doing something like this in access so I've ...
|
| Join Problems | 28 Dec 2006 16:35 GMT | 2 |
The qry COADS contains only 86 records, one for each county. The qryScanLog contains 88 records, one for each county. I have tried all possible joins and I cannot get 88 records to show up in the resulting query - I get only 86. Under the join properties I specify that I want
|
| One field with multiple values in combination with calculations in a Query | 28 Dec 2006 14:19 GMT | 1 |
I have a table with one of the fields is a look up field with multiple values. After that I made a query with all the field from that table. If I run it from this point, the look up field still works.
|