| Thread | Last Post | Replies |
|
| problem with WHERE clause when using Microsoft.Jet.OLEDB.4.0 | 15 Nov 2006 10:32 GMT | 5 |
I am using ADO with Microsoft.Jet.OLEDB.4.0 to connect to the Access97 database. The problem is every time when I use WHERE clause with duplicated numerical value, it will fail.... For Example:
|
| FormatDate | 15 Nov 2006 09:54 GMT | 1 |
In access when creating a query I want to format the date of the output to dddd, d MMMM yyyy (e.g Wednesday, 15 Novemeber 2006). I found the function formatdate() but I am unsure on how to use it. Theory would be to do FormatDate(String, 'dddd, d MMMM yyyy'). It is something so ...
|
| CrossTab Query | 15 Nov 2006 03:12 GMT | 3 |
Hello all, ok I have an issue here.. I have a cross tab query that has to be used in a report and the columns will increase or decrease depending on the selection criteria... is this a dynamic report? any tricks to this?
|
| How to compare two simple fields ? | 15 Nov 2006 01:35 GMT | 1 |
Hello everybody. I'm new to Access, and I've been trying all day to write a simple query that will compare a field in two different tables and show me the differences. Here's what I got... I've got two tables with ONE field in each, containing purchase order
|
| Include all cells in a column/field in a query | 15 Nov 2006 00:59 GMT | 3 |
How do I query all cells or the whole column of a field in a table into one cell? I will then export the newly created table for use in a Word merge.
|
| Need to create calendar table | 14 Nov 2006 23:44 GMT | 1 |
I'm needing to create a calendar table in my database - fields should be date, start time, and end time (hour blocks from 8 am to 8 pm). I want to have it as a macro, maybe prompting the end user to enter the year and creating the table (or appending new year's records in ...
|
| Query Expression Error | 14 Nov 2006 22:50 GMT | 1 |
I created a form with a combo box to select query parameters. I run the form from a report. Everything works, but prior to showing the data I receive an error message: "The expression you entered has a function name tha Microsoft Access can't find."
|
| Run Query in VBA By Query Name | 14 Nov 2006 22:47 GMT | 7 |
I am developing a small stand-alone Access application that uses many queries and I am constantly making changes to the queries. I would like to run the queries in VBA by simply calling them by name. This seems easier than constantly changes the Select code in VBA. The
|
| After Access2002 SP3, I lost functions like Format, Left, Right, | 14 Nov 2006 22:40 GMT | 1 |
Errors about Format(), Right(), Left() functions started when I took reports and querys made in Access2000 and applied SP3 environment. Is this a dll or ocx issue? How do I get that functionality back.
|
| Create a delete query macro? | 14 Nov 2006 21:56 GMT | 2 |
Hi, we use Access 2003 to hold our e-mail lists. Every month I have to import new e-mail lists as tables the database, but before I can use those tables, I must perform delete queries on them against our massive opt-out table for customers who don't want our e-mails. Is there a ...
|
| Add "ALL" to Combo Box | 14 Nov 2006 21:01 GMT | 2 |
I have a combo box that has a rowsource associated with a query/view. I'd like to add the option for "All" at the top of the combo box. I see this all the time, so there must be a way to do it. The results I want are:
|
| Need several totals - Don't where to start | 14 Nov 2006 20:58 GMT | 2 |
Please assist Need totals on 3 groups group 1: certain titles belong to exec group
|
| Query Criteria | 14 Nov 2006 20:29 GMT | 1 |
I have a query that has a business type field. The field is populated with either a 1 a 2 or a 3. In the fields criteria, I've used a criteria that is linked to a frame on a form. Here is what I want to do: I want to be able to filter each of these three business types, but I ...
|
| Filters in a query | 14 Nov 2006 20:16 GMT | 2 |
I have a database that has two drop down lists - one for employees, and another for a group. I also have a checkbox that is checked whenever correspondence meets certain criteria. What I would like to do is to have ONE filter/query that is the same for ALL the groups (all Admins ...
|
| Elegant solution to query problem | 14 Nov 2006 19:48 GMT | 2 |
I am trying to generate output from a query for a large list of company names with associated individuals linked to these companies. Ideally, I would like to specify a particular company, say Company X, and get a list of all those individuals linked to that company, for examples, ...
|