| Thread | Last Post | Replies |
|
| Querying memo fields. | 23 Apr 2007 20:26 GMT | 5 |
I have a table and a couple of the columns are "memo" data field types. Now, when I'm querying this table, the memo fields get cut short in the query after acertain length. I s there a way so that this will not happen; so that I can see the whole field.
|
| return number | 23 Apr 2007 19:45 GMT | 1 |
can someone tell me how to return a line in my query that shows the first number in this field : S-7L/8L result = 7
|
| Re order level | 23 Apr 2007 18:38 GMT | 1 |
How can I select the records that fall in the re-order level from a calculating field (sum in-sum out)showing the stock balance in an inventory database?? I, m wrestling with it few days now unsuccesfully. Thanks
|
| How do I write a query for all those that have an odd value? | 23 Apr 2007 18:33 GMT | 2 |
We have a database of football players. One of the data fields is "Jersey number". How do we write a query to list out all players with an Odd jersey number.
|
| Select just one record | 23 Apr 2007 17:18 GMT | 3 |
I have a table that has fileds called customer_id and month_invoice. One customer can be many months of invoice, but I want just the customer that has one month of invoice. Is this is possible using the query in access ?
|
| Another simple query | 23 Apr 2007 15:14 GMT | 6 |
I have a table that contains first names and last names in different fields. Is there any way to write a query that will give as a result the first name and last name in the same field? I hope this makes sense.
|
| Rounding Down of Age | 23 Apr 2007 13:54 GMT | 1 |
Person born on 12/11/1998 and I need to calculate their age in years (rounded down) on 22/08/2006. If I use the DateDiff function (DateDiff("yyyy",[DoB],[StartDate]), it returns the value of '8'. Using DateDiff in Excel returns 7.78 years as does (StartDate-DoB)/365.25...
|
| Count and sort queries - please help! | 23 Apr 2007 13:13 GMT | 1 |
Hi, i'm relatively new to Access to will just have to describe this problem in my words - hopefully someone can help! i'm dealing with a recruitment database for a study. in one of the forms on the database there is a drop down box which displays the site the person was
|
| querying from 2 dynasets | 23 Apr 2007 12:57 GMT | 3 |
hi community :) Condition: Every paper there are more than 1 author trying to make queries based on 2 queries
|
| autonumber to number fields in a query | 23 Apr 2007 12:50 GMT | 4 |
is there any way to create an autonumber down the side of the fields in a query please help thanks so much
|
| Return Top 10 Record | 23 Apr 2007 10:13 GMT | 6 |
Below is the SQL Statement of my query.I sort the Fields HEIGHT descently,But I want the query return the 10 Highest only. Is there some body would like to help,how to do that easyly.
|
| Frustrating Data Type Mismatch error | 23 Apr 2007 08:06 GMT | 1 |
I am having great trouble with what I thought would be a simple query and hopefully there is someone out there that may be able to shed a little light on my problem. I have (among many other things) a table in my database which lists
|
| Query last entry in a field | 23 Apr 2007 07:58 GMT | 5 |
I'm trying to run a query with the 5 fields, and I want the query to use only the last entry of the 5th field. I know how to bring up "Totals" and use last for that field, but the problem is I'm getting duplicates, and it's showing previous entries for that fifth field.
|
| query probelms | 23 Apr 2007 06:44 GMT | 1 |
I am a new access user and haveing problems joining tables into a query. table A is a list of engineering spec numbers and ES_id table B a list of details pertaining to the ES (namem rev, etc) table C is a list of procedures numbers pertaining to a ES. This table can
|
| Tme Sensitive Date Calculation | 23 Apr 2007 01:36 GMT | 1 |
Currently I have a query that states Nights:[CheckOutDate]-[CheckInDate]. The problem is that I am putting a parameter of Between two dates in the checkin field. Nights: IIf(DateDiff("d",[CheckInDate],IIf([CheckOutDate] Is
|