| Thread | Last Post | Replies |
|
| This code is too slow. Can you come with faster one? | 22 Apr 2007 22:56 GMT | 2 |
This line of code takes 20 seconds. Can anyone provide faster code? The underline query has a calculated field Minutes:[TimeOut]-[TimeIn]. It links to SQL server which has 30,000 records. Thanks. =Int(Sum([minutes])/60)
|
| help with number calculation | 22 Apr 2007 21:26 GMT | 3 |
I am trying to add numbers in different columns in a query and display the result in a new column [total score] as follows total score: [cvs]+[cns] The results that I am getting are as follow 2+2= 22 not 4 How can I change this please?
|
| getting the latest 6 record information | 22 Apr 2007 18:07 GMT | 3 |
Please kindly help . I am trying to report the latest 6 records for a particular query example below based on the date. In my report I should only display records from Apr 4 to Apr 10. Please help to assist. Category A
|
| Is an Instructor eligible for a salary increment? | 22 Apr 2007 14:16 GMT | 4 |
Dear Collegue: I need to be able to do the following: What I have: I have a table with 1658 records. Basically it is a list of every instructor of the college that has taught in a period of 7 years. Each
|
| Multiple ADD COLUMN in one shot? | 22 Apr 2007 13:36 GMT | 2 |
I have a statement in a query like: ALTER TABLE EXP ADD COLUMN first_name TEXT(75); If I wanted to add 5 columns in one shot, how would I do this? Trying to save this for repeatitive execution when I remove and recreate the
|
| help in Query F1... | 22 Apr 2007 01:24 GMT | 1 |
this might be a simple one to many, but I am struck in this Query. Problem: I want to insert into a table some records which i need to fetch from select statement.
|
| getting mismatch error when I try to run query | 22 Apr 2007 01:14 GMT | 1 |
i am doing homework, have to use design view to create query,ok did that then had to select salery field >35000, ok that is working, but when I try putting in BonusQuota field value between 40And 50 I get the mismatch data error. according to the Access comparison operators table ...
|
| Update data to match based on like datasets | 21 Apr 2007 20:53 GMT | 2 |
I have a bunch of data in a table say: id,myname,grouped 1,joe,123 2,joe,123
|
| Start & End of Year | 21 Apr 2007 19:57 GMT | 3 |
I have a DateWkd field in my Database query and would like to calculate the hours worked for this year from the 1st July 2006 to the 30th June 2007 if I filter for 2007 in the date field, and like wise if I filter for 2006, the year would be 1st July 2005 to 30th June
|
| How can I obtain the highest value from a column in the crosstab q | 21 Apr 2007 19:44 GMT | 1 |
from the column of total thanks.
|
| Simple query query | 21 Apr 2007 18:48 GMT | 1 |
I have two similar queries that updates 2 different fields of the same tables. How do I combine them into one statement? I have a macro that runs a query to update a field in my Access table from a linked table from another database:
|
| Updating Blank Fields | 21 Apr 2007 17:36 GMT | 7 |
My contact list contains fields including first name, last name, company name. When input data leaves all three blank, I would like to do an update query making the first name Any and the last name Employee. How do I do this? My attempts have failed producing a result set of ...
|
| Use Aggregate functions in a update query | 21 Apr 2007 17:09 GMT | 1 |
I want to pre-compute the sum of some values and store it on a table. The query is: UPDATE tblMachacas AS t1 SET Participacion = (SELECT Sum([Valor]) FROM tblDefsTurno INNER JOIN tblTurnos ON tblDefsTurno.IdDefTurno =
|
| Help with a query | 21 Apr 2007 06:55 GMT | 2 |
First of all thank you for taking the time to read my question. I am having a problem running a query on a simple table. Trying to run a query on a table with a field called ENCOUNTERS and a field called CODES. What I'm trying to ask get out of the query is this: Every time
|
| Find the top two children | 21 Apr 2007 06:43 GMT | 1 |
I am novice access developer and have the following issue: My access database is designed to help me track my business prospects. Each time I contact a prospect I enter the date of contact made, a follow-up date and a memo of what has been discussed etc.
|