| Thread | Last Post | Replies |
|
| A better mousetrap: Matching mailing lists... | 21 Jul 2006 03:16 GMT | 3 |
The current method I use for matching mailing lists is a join via a created "matchfield." Such as this Matchfield : Left([Last Name], 3) & Left([First Name], 3) & Left([Street Address], 3) & [ZipCode]
|
| How do you create headers and footers in a query? | 20 Jul 2006 23:42 GMT | 7 |
I have to do a query and have a header and footer in it. I know how to get the header and footers in regular reports but I don't know how to do it in query. Please help.
|
| Crosstab Breakdown | 20 Jul 2006 23:29 GMT | 2 |
Hello. I am using Access 2000 and I have a query with about 20 fields but what I want to know is how do you go into a regular Select Query and change it into a query or something that will give me totals for certain fields. Could you give me in laymans terms what row headings and ...
|
| Access 97 - global variables?? | 20 Jul 2006 23:11 GMT | 2 |
Urgent problems that I need to sort before Monday, I will be so grateful for ANY help received! I am not familiar with Microsoft Access with Visual Basic, I only really practice basic C++. I'm working on an Access Application, and i have alot of repetitive variables for the
|
| Parameterized Pass-thru query to SQL Server | 20 Jul 2006 23:09 GMT | 3 |
Dear Group, I'm using SQL server 2000 with an Access 2003 application utiliting a DAO/VBA based design. I want to change my embedded, text based queries to queries in the
|
| Form variable in query | 20 Jul 2006 23:03 GMT | 14 |
I am using this in a query... Between [forms]![frmReports].[fldPeriodFrom] And [forms]![frmReports].[fldPeriodTo] but i really want to assign the two fields to variables and use the
|
| Queries | 20 Jul 2006 22:46 GMT | 1 |
I have multiple fields that I want to join to one field. For instance ID Name 1 sam 1 bill
|
| Union query | 20 Jul 2006 22:46 GMT | 2 |
I am using the following SQL statement which i found elsewhere on this site):
> SELECT NAME, Grade1 AS GRADE FROM tblStudentGrades > UNION > SELECT NAME, Grade2 AS GRADE FROM tblStudentGrades |
| Make Table Query | 20 Jul 2006 21:22 GMT | 7 |
I have a query setup to make a new table and the table set up, I'm all good there. Here is my problem. I need to convert a date from 11/22/1999 to 11221999 on the new table, can't figure that one out.
|
| Invoice Amt. - Payments = Balance | 20 Jul 2006 20:45 GMT | 2 |
Here's my situation: I'm building an invoice database and am designing a form that allows users to apply payments against invoices. Because any one invoice may contain multiple items, I had to (?) insert
|
| Restrict a Union Qry | 20 Jul 2006 19:21 GMT | 4 |
I am trying to put a restriction on the dates I have in a Union qry. I only want to return records that are => the date I have listed in a form "FrmEmployeeStatsDate.CBOStartDate" However I am not sure how to add it to the code. Any ideas for me. Thank you
|
| How do i make a query to find people who came to an event | 20 Jul 2006 19:03 GMT | 3 |
I have a list of people with events following the name, etc. with boxes in each column for each event and i check the box if they have attended the event. i want to do a mailing with any of the people who have come to any of these
|
| SQL Query Syntax Error | 20 Jul 2006 18:10 GMT | 2 |
I hope Im posting in the right newsgroup. I am trying to insert the result of the below SQL query in my Access 2003 table. All the fields in this table
|
| Need to update data with data from another table | 20 Jul 2006 17:55 GMT | 1 |
I have 2 tables, networkveiw1 and computers. I also have a Query that displays only the information that I want to insert into the computers table. I need to take the results from that query and add that data into my existing computer table, and I don't want to add duplicates.
|
| Using parameters with FIELD IN ([PARAMETER]) | 20 Jul 2006 17:39 GMT | 1 |
I have a query that I want to parameterize so that I can display data for any number of selected `Types` of components. My query (abridged) looks like: SELECT * FROM Subcomponents WHERE TypeID IN (55,56,58)
|