| Thread | Last Post | Replies |
|
| How to insert two recordsets if only two records shows up | 28 May 2007 16:05 GMT | 6 |
Hello. In my query I need to insert two records set if the result has only two recordset. I need to insert on employees time table the time that they spend to launch per day if that time don't exist.
|
| crosstab query doesn't recognize expression in source query | 28 May 2007 15:01 GMT | 4 |
I've written a simple crosstab query based upon a select query which has several left joins and subqueries in the WHERE clause. The select query runs fine, but when I try to run the crosstab query it says that "The Microsoft Jet database engine does not recognize 'tRs.ID' as a
|
| Using A form to input criteria | 28 May 2007 14:28 GMT | 4 |
Hi I have a form named ParamForm that has two unbound text boxes name SartDate and EndDate. I would like to have my query open this form and to be able to input the start date and end date bofore running the query and the attacthed report.
|
| Crosstab Query | 28 May 2007 14:00 GMT | 1 |
I wonder if anyone can help me, I have crosstab queries set up to show orders recevied and orders closed for two teams by each week of the current year, ( fields are Date_Received and Date_Closed )both of which are date and time formatted, that all works fine.
|
| Calculated field in a query access Project | 28 May 2007 07:45 GMT | 1 |
HI I need to create a calculated field in a query in an Access Proyect (.adp) but I dont know how, if somebody can help I would appreciate it. Thanks
|
| Find records with same, but unknown, value in a field | 28 May 2007 05:03 GMT | 2 |
I have trouble believing that I can't figure this out, but I'm stuck. How do I set up a condition in a query where I want all the records that have the same value in a particular field, when I don't know (or care) what that value actually is?
|
| how do I get orginal data which I accidently replaced on access | 28 May 2007 01:30 GMT | 2 |
I accidently replaced my files on access, can you tell me how to restore them back. Thanks, Lynda
|
| limiting returns | 27 May 2007 23:54 GMT | 2 |
I'm running a query on a table and the records that are returned are often duplicated (returned more than one). This may be to general a question, but what causes this?
|
| Attempt to delete records causes errors 3086 or 3131 | 27 May 2007 19:33 GMT | 6 |
Original code: strCommand = "DELETE tblCMValues.* FROM qryCMValues WHERE [CMID] = " & strZeroID & " AND [Type] = """ & strType & """" However, Type is in a different table in the query, so I was getting error
|
| Selecting Random Records | 27 May 2007 19:28 GMT | 12 |
This Question is directed toware John Vinson. A while back, I asked for a solution to find random records for mailing throughout a 100,000+ database. You told me to put the following into a module:
|
| Exclude Records based on a joined field? | 27 May 2007 17:37 GMT | 8 |
I have a table containing transaction data which includes a 'SoldDate' field. This table contains records relating to all days of the week. However, I want to exclude records relating to Saturdays in some of my queries.
|
| Dates! | 27 May 2007 16:32 GMT | 4 |
Im trying to setup a querry where i can select one day two days or a week etc using a date picker? the problem is when i use Between [Forms]![Report]![startdate] And [Forms]! [Report]![enddate] in date column in the criteria it does not like the one
|
| Referring to control on a Sub-form | 27 May 2007 15:49 GMT | 2 |
How do I refer to a control on a sub-form in the query grid?
|
| How to combine criteria | 27 May 2007 12:43 GMT | 1 |
I want a query that extracts my own personal expenses from the total amount. Do do so, i have to exclude some other items from the selection, even if payed with my credit card. The field is a text that starts with the number of my credit card and then
|
| Need HELP with Custom Dialog query | 27 May 2007 01:45 GMT | 4 |
I seriously need some help. This problem has taken up way to much of my time. I've spent hours searching through example code and trying to change it so it works for me but nothing does. What I have is a small database where I need to allow users to search for repair shops. I
|