| Thread | Last Post | Replies |
|
| yet another remove duplicates question | 12 Oct 2007 16:15 GMT | 4 |
I've searched all around the net, but no "solution" seems to do what I'm trying to achieve. I have a database that imports data from a group of Excel spreadsheets. Due to the manner in which these are generated, some duplicate information will
|
| what is the escape char to be used in access queries ? | 12 Oct 2007 10:46 GMT | 2 |
|
| Grouping query help | 12 Oct 2007 05:17 GMT | 3 |
I know I can do this using a sub query but I'm trying not to Basically I got three feilds of data. One of the feilds is a dat feild and I'm trying to group the data on the most recent date. For example: In the data below, I would like the query to display for each category, ...
|
| Create a new table each time... | 12 Oct 2007 02:10 GMT | 4 |
Is there a way to have a query create a new table each time it runs without having to interact with it? For example: I set up a macro to automatically run the "export" query each day at 10am and want to have it run again tomorrow without overwriting the
|
| Converting concactenated fields to date | 12 Oct 2007 01:23 GMT | 6 |
Hello - I am having trouble with this expression in my query: ExpiryDate: CDate(Format([ccExpMonth] & "/" & ([CCExpYear]+2000,"Short Date")))
|
| Query - Randomly Selecting Records from Table | 12 Oct 2007 01:19 GMT | 6 |
My boss wants to extract every 9th, 18th, 27th etc. record from the table in the database. He is utilizing this information as a verification check on the records that have been entered into the database. Can this be done in access and how?
|
| Union Query | 12 Oct 2007 00:26 GMT | 4 |
Hi...hope someone has an idea about how to do this easily. I have two tables. Table1 has ~75 fields/columns. Table 2 has ~50 fields/columns. The two tables have columns named the same (I would estimate approximately 30 fields have common names). While there are common fields,
|
| Using a Public Function as Criteria? | 11 Oct 2007 23:30 GMT | 4 |
I have a Public Function that is working just fine and returning back the correct data as expected. What I cannot figure out is the syntax to use it as criteria for a query. Can anyone point me in the right direction?
|
| Queries | 11 Oct 2007 23:27 GMT | 2 |
I am working on updating 853 records regarding BA Majors. A good chunk have been sporadically done according to a standard three letter code. I wish to write a query that will pull up all the records EXCEPT for the 40 standard three letter codes from my table.
|
| Between Criteria | 11 Oct 2007 21:29 GMT | 1 |
I am running a make table query against one DB2 table and then running an append query against a separate DB2 table to join data from the two tables together. In both queries I use a between operator to select the period of time for the data. The dates for both queries are always ...
|
| Date Question | 11 Oct 2007 20:38 GMT | 2 |
Hi, I have a file in which I have an order date column, the date is in the form of MM/DD/YYYY, what i am trying to do is to find all files More then a month old from the current date. ie ( Todays date 10/11/2007) - 1 Month) and then give a list of files which fit the criteria.
|
| Extracting Month and day from Date field | 11 Oct 2007 20:37 GMT | 2 |
I need to create a query based upon the anniversay of employee hire dates. Records should be limited to only those employees with anniversaries within the next 60 days, so we can do annual reviews. How to I create another field in a query that extracts just the month & date from ...
|
| Grouping Data in a Query | 11 Oct 2007 20:29 GMT | 3 |
A query with two fields. Field 1 = Name Field 2 = Amount How do you group the query by name & add up the amounts. What code would
|
| VBA code in query for new field? | 11 Oct 2007 20:26 GMT | 9 |
Hi - I need to run a query for a mail merge and I need a field that will either return “her” or “him” depending on my “sex” field. My sex field is already established, either M or F, so I need a new field where if sex=M then
|
| excluding certain values from a query | 11 Oct 2007 20:14 GMT | 5 |
I am trying to exclude text data that originates in a lookup field in the table, in a query (in other words there are about 6 things in the lookup and I want to design a query that will only contain 3 or 4 of the values in the lookup). I have tried:
|