| Thread | Last Post | Replies |
|
| Parameter box to print one lable for two people at same address | 04 Apr 2006 02:25 GMT | 2 |
I'm trying to print one label for two people at the same address following the sample given at http://support.microsoft.com/default.aspx?scid=kb;en-us;207753&Product=ass for ACC2000.
|
| Calculating Average and Median of set of values | 03 Apr 2006 23:40 GMT | 5 |
I have data like this 03/14/05 13:09:42.0 0 CON 03/14/05 13:10:19.0 1 CON 03/14/05 13:10:21.0 2 CON
|
| Overflow message | 03 Apr 2006 22:37 GMT | 1 |
I receive an Overflow message when I try to run a crosstab query. The strange thing is the query I am performing the crosstab off of runs fine and other crosstab queries in the database with the same number of records run fine. I do not know how to diagnose the error. Any ...
|
| Query default not working | 03 Apr 2006 21:36 GMT | 1 |
data = Year-1 is an amount or "N/A" data = S1 is the sign +,-, or blank for N/A I am trying to get around an error condition which comes up when I divide my amount by 100 to get cents on my table. I separated the sign from the
|
| Ranking by two fields | 03 Apr 2006 20:20 GMT | 3 |
I am trying to rank players' performances by two different fields, for instance if a player has 6 points, it then goes by his aggregate score. I have managed to Rank the players by their points only, but I get a tie between players. Is there a way I can Rank by 'PlayerPoints' and ...
|
| Check boxes to select fields to show in a query | 03 Apr 2006 20:07 GMT | 2 |
I am working on a fairly simple database. I want the user to use check boxes to select the fields to show in the query which is linked to the master table [tblMaster]. I aleready got the query to a point where it recognizes starting data and ending data for the generated query. The ...
|
| Querry | 03 Apr 2006 19:54 GMT | 1 |
I have a Table that has a date format and it is using a short date. I want to only see the month and year. I also want them grouped. Can someone show me the light?
|
| Date Expression | 03 Apr 2006 19:50 GMT | 2 |
I need to add criteria to a query field so that the only records shown are those for which 14 days have past from a date in a specific field. The expression I am using keeps giving me a type mismatch error. How can I arrange this expression to work properly:
|
| Excluding records from one table | 03 Apr 2006 19:47 GMT | 4 |
I've pulled two tables (EIS and 06Hires) together in one query. I want to exclude all information for all ppl in 06Hires table. I've right joined EIS on 06Hires.EmplId=EIS.EmplID. How do I go about setting this up in the criteria? Ultimately this query will produce a table ...
|
| Multiple selections for criteria in query | 03 Apr 2006 19:31 GMT | 6 |
I have a table which contains a customer database. In that table are two fields - STATE and REP. Our salesmen periodically need to view all customers in multiple states and for a specific rep. I plan to create a form that the salesman will open and choose his states and rep and ...
|
| Count Query | 03 Apr 2006 19:23 GMT | 1 |
I need to get a count of how many calls a person logged by month. My field names are Staff and Call_Date. I know how to get a count of how many each person did all together using a date range but I dont' know how to do it by month in one query. My date field is in mm/dd/yyyy ...
|
| Date Function | 03 Apr 2006 19:03 GMT | 1 |
I have a Querie that pulls the date from a table using a short date. I would like to see only month and year. Can someone help?
|
| Cannot see all the fields in an ODBC table/view | 03 Apr 2006 18:12 GMT | 2 |
Win 2000 Pro Office 2003 Pro I have a Redbrick data warehouse that includes a view of a table that has 181 fields in it. Using the Access Query grid, I get only 134 of these fields.
|
| required fields 1/2 the time?? | 03 Apr 2006 18:10 GMT | 1 |
My code for a form requires 7 certain variables to be filled in: Private Sub Form_Unload(Cancel As Integer) If Not (IsNull(Me.TR_CLOSEDATE)) Then If IsNull(Me.TR_DECISION) Then
|
| File names are appearing in blue | 03 Apr 2006 17:54 GMT | 1 |
Suddenly some of my file names are appearing in blue. Why? They are not recently used documents.
|