| Thread | Last Post | Replies |
|
| in query it states 'record is deleted' but I have not deleted it . | 30 May 2006 12:46 GMT | 1 |
In Access I have 3 tables linked together, from that I have made reports through the query. This has been working perfecting for some time now. But today, I tried to open one of the reports and it stated 'record deleted'. I went to the query which stated the same. When I have ...
|
| Running Count | 30 May 2006 12:17 GMT | 4 |
I have this input data. 1/1/06 2/3/06 3/6/06
|
| Sorting on 2 fields | 30 May 2006 12:12 GMT | 3 |
I got a table with Sample number plus size minus size
|
| Help with Query! | 30 May 2006 11:23 GMT | 25 |
This is what the Query code is and What is between the stars ** is what I would like added to it......Thanks Bob SELECT tblHorseInfo.HorseID, funGetHorse(0,tblHorseInfo.HorseID,false) AS
|
| Parameters in Cross tab queries | 30 May 2006 10:42 GMT | 1 |
I am not able to use parameters in cross tab queries. The same parameters work well in the underlying select queries.
 Signature Pankaj
|
| please help! | 30 May 2006 09:21 GMT | 5 |
How do I make a query where I search for somebody who has it's birthday today. Thx
|
| Retrieve random record | 30 May 2006 05:36 GMT | 6 |
I have a table from which I want to retrieve a random record. The table has an identity (autonumber) field as its primary key and two text fields. The prmary key values are not contiguous, IOW there are gaps in the number sequence caused by deletions.
|
| How do I create a query in which the user chooses the last field? | 30 May 2006 02:54 GMT | 3 |
I have one table in which there are first and last name fields and then there are 6 more fields under which there is just a yes or no answer. users of the database will want to look at all the names of people who have a yes in one of the fields, but they need to be able to choose ...
|
| Cumulative Sum | 30 May 2006 00:11 GMT | 4 |
With a table call Historic, and containing the fields NoEmployee, Date, Seniority I would like to make a query that will tell me the date that an employee reach 60 days in is seniority.
|
| sorting a MONTH field in a cross-tab Query correctly | 29 May 2006 22:07 GMT | 7 |
I have a field ACTION_DT_TIME which stores a datetime value as follows 200605151507 =YYYYMMDDHHSS I need to be able to pull out just the Month from this string, which I've
|
| Query on Queries | 29 May 2006 21:10 GMT | 14 |
This is my introduction to Access and even databases (I have some basic grounding in SQL through Oracle/SAS). I generated a SQL query using Wizard and got the following SELECT ISSM_Table.PIN, ISSM_Table.[ISSD Special], OSRM_Table.[Prod Mfg
|
| Chage the starting value of an AutoNumber field | 29 May 2006 18:41 GMT | 2 |
I'm trying to change the starting value. I've followed the help program but getting "About to append 0 rows" and it doesn't work
|
| Cumulative sum | 29 May 2006 18:33 GMT | 1 |
I have a table where the fields are Area (number), Month (text (rather than date because some of the data in this field are "unknown")), and Power (number). An example of data in this table is:
|
| Can someone convert a file for me? | 29 May 2006 18:31 GMT | 1 |
I have MS Access 2000, but there is a .mdb database for Access 2003 that I really want (a student database for my teaching). IS there anyone out there that could download and open this file in Access 2003 and then email me a new copy of it saved as a Access 2000
|
| Selected related fields when using Totals | 29 May 2006 18:13 GMT | 2 |
I have a table which has Expiration_Date and Pmt_Amt as fields. In a query, I want to select the Max of the expiration date and then also the Pmt_Amt from the same record that was selected by Max Expiration_Date. Thanks,
|