| Thread | Last Post | Replies |
|
| How can I reference a value from a previous record? | 13 Oct 2007 00:29 GMT | 3 |
Greetings forum members: I have a simple inspection data table that contains the following five fields: 1. Primary Key 2. Asset ID (Duplicates OK)
|
| Access 2002 Query | 12 Oct 2007 22:47 GMT | 5 |
I need to know how to get a combo box for possible answers to a question I am asking when I run a query...so that the user does not have to type in his answer, just select it from a menu?...Thanks
|
| Question about some criteria language | 12 Oct 2007 22:02 GMT | 1 |
i found some examples of criteria language online. I don't think it's correct, if it is, i don't know why it's not working. I'm looking to pull some records where the number is less than 400. What I found what
|
| Query Formatting Data on export | 12 Oct 2007 21:43 GMT | 1 |
I am exporting data from the database and using a query to gather that data. There is a field that is causing problems. This field is kept in a different database that we access via ODBC, and it is a text field. I need to convert it to number field or remove the leading 0's from ...
|
| records in current month | 12 Oct 2007 21:27 GMT | 1 |
I want to use a query that returns records in the current month from a date field, but cant work the query out - anyone help please Thanks Alec
|
| Union Query Help | 12 Oct 2007 21:03 GMT | 2 |
SELECT Ingredient,MenuItem, NumberofOunces FROM tblIngredients UNION SELECT ItemName, Ingredients, NumberofOunces FROM tblInHouseReceipt;
|
| Creating Multiple Entries from Numeric Field | 12 Oct 2007 20:06 GMT | 4 |
Is it possible to create multiple identical records in a select query from a numeric variable generated separately? I am in the process of creating shipping tickets, and depending on how many items are being shipped, I will need to break the shipment into a different
|
| Calculating the Difference in a Query | 12 Oct 2007 20:02 GMT | 4 |
I need to calculate the difference between two fields in a query. The query is called “qryRemote” and within the query are the fields “10-8Time” and “10- 97Time”. The data entered into these fields are in the format “0000” through to “2400”. I need to subtract the “10-8Time from the ...
|
| Month on Report | 12 Oct 2007 19:41 GMT | 3 |
I have a query that has submit dates... 9/3/2007, 10/15/2007, etc. I need a way to group all dates together for one month and label it as September or October, etc. So, on my report, I have a field called month. I'd like to group the dates
|
| crosstab query report format | 12 Oct 2007 18:19 GMT | 1 |
I have a crosstab query that is finally correct. I have dates as the parameter: Start Date and End Date and they are my column headings. The problem I'm having: I first sort by emp numbers and then by date, but my dates are in the correct order across the columns, it may be ...
|
| Stupid Inner Join... | 12 Oct 2007 17:46 GMT | 5 |
Well, actually, I'm the one who must be stupid, but anyway... This query gives me blank columns: SELECT [Order Details].[Order Number], [Order Details].[Part Number], [Order Details].Qty, tblPartNumbers.Alloy, tblPartNumbers.Thick FROM [Order Details]
|
| list of numbers between range | 12 Oct 2007 17:12 GMT | 3 |
Hi - I need an Excel formula to generate the number between a range of numbers. For example: 30112500 30112590 30222500 30222590
|
| How to join two fields by filling in Null values??? | 12 Oct 2007 16:57 GMT | 1 |
I have a query that basically shows a few records with the recordID being the first column, and then two prices (Buyer price second column and Seller Price the third one). It looks like this:
|
| Calculated Field in Not Recognized in Function | 12 Oct 2007 16:24 GMT | 6 |
Hi Access MVPs, I'm using Access 2003. I have a built a query that creates calculated values. For example: Price: [MatShip]+([MatShip]*[Markup])+[MatCredit]+
|
| How to join two fields by filling in Null values?? | 12 Oct 2007 16:19 GMT | 4 |
I have a query that basically shows a few records with the recordID being the first column, and then two prices (Buyer price second column and Seller Price the third one). It looks like this:
|