| Thread | Last Post | Replies |
|
| DateTime Query | 27 Nov 2006 21:45 GMT | 2 |
Hello, i have the foloowing query in access; SELECT dbo_AnalogHistory.DateTime, dbo_AnalogHistory.Tagname, dbo_AnalogHistory.Value FROM dbo_AnalogHistory
|
| Help create query | 27 Nov 2006 21:40 GMT | 2 |
Hello to all i try to have a view but i am confuse i have 2 tables (A and B tb A fields: DateIN_A(date) | Cat(integer) | CatA_ID(text)
|
| Getting the last record stored in a table | 27 Nov 2006 21:27 GMT | 1 |
I've tried to create a query that identifies the last record entered into a table. The field I'm using with this totals query is called projectID which is defined with an autonumber format. Each time I run the query it returns the record with ProjectID=93 but there are 108 ...
|
| Cut Query? | 27 Nov 2006 21:15 GMT | 3 |
Is their a way I could create a "cut query". What I mean by that is to cut data from one table and place it in another. Sort of like an update or append query, but I need the data from the original location removed. If that is possible can that query be but on a form in a button?
|
| Occurances happening at the same time query | 27 Nov 2006 20:16 GMT | 1 |
This one shows up on access monster as bein solved but it isn't so I thought that I would repost Hello, I have a question that I was hoping that someone could help me with. I
|
| Excluding duplicate records in query | 27 Nov 2006 20:13 GMT | 2 |
I have a table with about 300,000 records. Many are duplicates. I'm trying to create a make-table query to get only 1 copy of each record while ignoring the duplicate records. Does anyone know how I can do this?
|
| Occurances happening at the same time query | 27 Nov 2006 20:08 GMT | 7 |
I have a question that I was hoping that someone could help me with. I need to know if two events are happening at the same time. For example: Joe Smith was working on project A from 1/1/2006 to 1/31/2006 and was
|
| date expression to bring up a weeks worth of records | 27 Nov 2006 19:34 GMT | 4 |
i have my new data base built but for the love of god can i get the expression right this. in my query i need, when prompted it asks for a date, and when i put in 21/11/06, i want it to bring up all records for that week( monday to sunday).
|
| Calculating Dates | 27 Nov 2006 19:30 GMT | 3 |
I have several queries wrote where I have set the criteria to input the [beginning date]and[ending date] and I want to capture all the data in between. I also have a lookup field that allows me to select the Pay Period Ending. Is there a way to query on the [Pay Period Ending] ...
|
| CrossTab Challenge | 27 Nov 2006 18:53 GMT | 5 |
I have an interesting challenge with a couple of CrossTab Queries. I have a crosstab that gives Project Resource and then Forecasted Hours by week. I have a crosstab that gives Project Resource and the Actual Hours by week.
|
| Removing extra spacing in imported text | 27 Nov 2006 18:06 GMT | 6 |
I have (2) tables that were imported into access from excel. However, the data has a combination of letters, numbers, and dashes in it. That will make the data type as Text. Included in the data are spaces before and after the text. I want to remove the spaces so that I can ...
|
| Query with Form as a parameter | 27 Nov 2006 17:46 GMT | 7 |
Hi! I have created a small form with a combo box which I am using in a query. However, when I call the form from the query criteria, it is not bringing up the actual form that I have built. It brings up a regular parameter box that reads exactly what was put into the criteria ...
|
| Boolean for idiots | 27 Nov 2006 16:58 GMT | 1 |
I'm very new to this so forgive this idiotic question. I've managed to set up a parameter query. However, I don't know how to apply Boolean operators so that if, for example, "coffee" is in one field and "report" in the second or third fields, how do I ensure that I get "coffee
|
| CurrentProject.Connection.CommandTimeout - need pro's assistance | 27 Nov 2006 16:51 GMT | 3 |
I have an adp application that uses a very large DB (SQL server 2000). The tables are large and querys might take more than 30 sec to complete. My problem is that the CurrentProject.Connection.CommandTimeout is read only and cannot be changed using VB (no idea why).
|
| Top Ten Records Displayed by a value | 27 Nov 2006 16:41 GMT | 3 |
Good day, I am trying to create a report that is based on a query. How do I Only display the top ten items by highest volume? Any help would be apprceiated.
|