| Thread | Last Post | Replies |
|
| Date Problem in query result | 31 Mar 2007 23:00 GMT | 1 |
I have the following fields order-id value items date 1 100 item1 10/2/07 2 200 item2 15/2/07
|
| does windows vista support hotmail and live messenger? | 31 Mar 2007 21:34 GMT | 1 |
I signed up with hotmail but cannot access my mail inbox and cant get on to messenger live even after dwn loading it. whats going on?
|
| problem analysis | 31 Mar 2007 19:52 GMT | 2 |
steps in problem analysis
|
| duplicate telephone numbers in daytime, evening, how do I clear 2n | 31 Mar 2007 17:27 GMT | 2 |
I have a query that I have a set of telephone numbers. Within the query there is a tel1, tel2 & tel3 result. Sometimes the tel1 has the same value as tel2. What I want to do in this situation is remove the duplicate text in the tel2 column but not delete the record
|
| Using Crosstab query Wizard to sum the quantities in a month. | 31 Mar 2007 14:34 GMT | 2 |
I have a very "simple" task. I have one table with [Part Number], [Qty], [Date]. This is a production forecast for the next 12 Months. I would like to crosstab this information by Row=[Part Number], Column=[Date by Month], Data Field =[Sum of Qty]. The table will be updated at ...
|
| Class | 31 Mar 2007 12:12 GMT | 1 |
All, I need a "no-kidding" online MS Access programming class. Please help me. I want to start from the beginner to the decent level of programming. Thank you in advance,
|
| Form Template Idea | 31 Mar 2007 04:26 GMT | 4 |
I have a grand idea for a form but no idea how to design it! I have form that has perhaps 8 - 10 fields that require filling in. The nature of the data is that, for any given day of data entry, perhaps 6 of those fields would be the same (ie the user would pick the same choice) ...
|
| Trim text before or after a comma | 31 Mar 2007 02:18 GMT | 5 |
How do I change a field from "Last Name, First Name" to "Last Name" only?
|
| Union query changes Memo to Text (256 char limit) | 31 Mar 2007 02:01 GMT | 1 |
Hi, I am using a Union query to join data from two different tables. The columns that are joined include Memo data types. The recordset after the union query truncates the Memo fields by quite a bit. I am guessing that the fields' Memo data type have been changed to Text
|
| Report HELP | 30 Mar 2007 22:54 GMT | 8 |
I am trying to display everything on a query through a report, but when i include some fields, then there is no data showing. here is the query that i have, can anyone visualize what's wrong with it. SELECT LinkedSalesOrder.OrderNo, LinkedSalesOrder.ID,
|
| Adding fields produces aggregate function error | 30 Mar 2007 22:41 GMT | 3 |
I have a SELECT query I'm having problems with (returns the error message "you tried to execute a query that does not include the specified expression X as part of an aggregate function"). Here's the SQL (yes, I realize this is a bad database design, but I
|
| Using the like operator with input data | 30 Mar 2007 22:18 GMT | 2 |
I am getting an invalid syntax error when I apply the * wildcard character to the follow criteria in a query. Like [Forms]![Search Specific Model]![modelNumberTextBox] Can someone help me with what I am doing wrong?
|
| Is it possible to combine these? | 30 Mar 2007 21:45 GMT | 2 |
I have two queries that work exactly the way I want them to. The difference between the two is that one query looks for a value of 1 in FloatTable.Val, using tAlarms_OFF_IS_OK in the criteria, while the other query looks for a value of 0 in FloatTable.Val, using tAlarms_ON_IS_OK ...
|
| pulling high field | 30 Mar 2007 21:44 GMT | 1 |
I have a large table listing agent name and premium bound on each new customer. I am trying to find the top selling agent, which is hard to find, but I only want the query to return the high record, is this possible.
|
| specified field could refer to more than one table | 30 Mar 2007 20:28 GMT | 6 |
I've been fiddling with this for a couple days now but can't get it: SELECT tblProfiles.txtProfileID, Concatenate("SELECT ProfilesAssociations FROM tblPKProfilesAssociations WHERE txtProfileID =""" & [txtProfileID] & """ ORDER BY
|