| Thread | Last Post | Replies |
|
| How do I count multiple choice question letter answers? | 17 Mar 2006 21:18 GMT | 1 |
I've inherited a survey 40 questions, most multiple choice letter answers and an additional 10 fill in/comment questions. I can't change. The data includes several past years which are being updated and will contain new year data.
|
| Assigning an Alias | 17 Mar 2006 21:06 GMT | 2 |
I have a query that I need to have assign an alias to the returned field name. SELECT Company.TypeofCompany AS Categories FROM Company; The TypeOfCompany field refers to a lookup field in the Company table. The
|
| 2 one to many relations | 17 Mar 2006 20:45 GMT | 4 |
Not quite sure where i should post this, but since i didn't find any "tables discussion group" i ended up at queries. As i am already confused enough i will use the original names for the stuff in my base and hope you can keep track of it instead. I got 3 tables: Pet, Species and ...
|
| Ranking visit dates by individual | 17 Mar 2006 19:16 GMT | 4 |
Hi, I am trying to do a query with the following fields from the table "tClinical" patientID visitDate rank 123 5/1/2003 2
|
| HELP!!!!getting Null value when criteria "Is Not Null" | 17 Mar 2006 18:22 GMT | 4 |
Hello, I Imported a file from Excel to Access. I am doing some comparisons on some of the fields to ensure I have no duplicate information. One of the fields I am working with contains empty fields , so my query is basicly "Select prsa_num from tblImport where prsa_num is Not ...
|
| Help FInd Syntax error in short Query? | 17 Mar 2006 18:10 GMT | 4 |
SELECT (SELECT COUNT(*) FROM TOP100-RL-ReportStep2 Q1 WHERE Q1.SumOfSumOfship_qty < Q.SumOfSumOfship_qty
|
| How can I... | 17 Mar 2006 17:59 GMT | 2 |
How can I assign the next correct DO03 channel number and still have the DO02 channels numbered correctly? I have a query based on a table: tblSignals. tblSignals has the folowing fields: SignalName, chassis, slot, chan,
|
| Query fails for only one user | 17 Mar 2006 17:53 GMT | 3 |
I have inherited an Access database that was, until recently, functioning normally. I'm still fairly new to Access, so forgive me if my questions seem naive. The primary user of the database is now having the database fail on a
|
| Consolidating duplicate child records | 17 Mar 2006 17:31 GMT | 1 |
I have two tables with a relationship as such: tblAuto ItemID(PK), ModelID, VIN 2411, 311, LLLLLLLL
|
| Data Type and queries | 17 Mar 2006 16:58 GMT | 1 |
I have a query with an expression in it but I'm getting an error message "Can't group on Memo". One of the tables that I'm running the query off of has "memo" as a data type. Is there any other way to make this query work other then changing the data type to text?
|
| SQL Where clause | 17 Mar 2006 16:44 GMT | 1 |
I do not know anything about SQL, but I think I need SQL for the type of query I'm trying to run if this is even possible. Right now I have an input form where a user selects 5 parameters from drop downs and then can select up to 9 check boxes. Once they have made their ...
|
| query problems | 17 Mar 2006 15:32 GMT | 5 |
I have the followng: SELECT Tbl_archive.[Loan Acct #], Tbl_archive.PopEnterDt, Tbl_archive.status, DLookUp("status","tbl_archive","[status] Is Not Null AND [loan acct #] = [loan acct #]") AS Expr1
|
| UPDATE with a SELECT - is it possible? | 17 Mar 2006 15:30 GMT | 3 |
Is it possible to update a table with something like this: UPDATE table1 (firstname,lastname) SELECT 'newfirstname' as f, 'newlastname' as l
|
| How I do use kind of "Round" in Queries? | 17 Mar 2006 14:46 GMT | 1 |
I'm using the next query to filled up a Grid on VisualBasic. I do need to round "CurrMonto" to 2 decimals actually is showing 4. SELECT IdGastos as IdNum, strRegistro as Registro, strGasto as [Detalle del Gasto], CurrMonto as Monto, Cstr(Cstr(month(DateGasto)) + '/' +
|
| Faiure of LAST function in in a Query | 17 Mar 2006 14:44 GMT | 2 |
Using Access 2003, I use LAST in a query to return the most recent Record number (and use that in another query to produce the most recent record, as the Access Help illustrates for finding the last record entered.) However, incorrect results happened when the number of records ...
|