| Thread | Last Post | Replies |
|
| Parse field | 13 Jun 2007 17:16 GMT | 2 |
I am confused as to how to do this function in Access. I want to create a table which is built from an existing table. The main difference I have is to separate the data out in the PO_ITEM_NBR field. Current
|
| Criteria help | 13 Jun 2007 16:34 GMT | 2 |
The following sql query returns a good result except some of the enteries do have a business address and I will be using the query to produce labels. What I would like to do is if the BusinessAddress1, BusinessCity, BusinessState and BusinessPostalCode are blank then use the Home ...
|
| Stuck on understanding the solution | 13 Jun 2007 15:40 GMT | 6 |
Can anyone help me understand the solution for the question titled "Assign Random Number to a Record"? I'm new at arrays in Access and have been trying to figure out how to make this work for several hours now - no luck. Can someone help?
|
| Summing $$ For Multiple POs | 13 Jun 2007 15:35 GMT | 3 |
I currently have two tables, one for Purchase Details and one for PO General Purchase Details: DATE ITEM QTY PRICE PO# This is joined to the PO table:
|
| startdate, enddate to display the duration such as 0 days 01:01 | 13 Jun 2007 15:33 GMT | 1 |
This may seem like a simple query function to many of you. However, I have yet to find the solution. I am trying to convert these fields: startdate,enddate to an exact duration such as:
|
| RE: Current Price | 13 Jun 2007 14:52 GMT | 1 |
I have a Invoice history table that appens my invoice current table. I want to create a query that take the ship date and price from the current table. There are over 30000 records in the current table. I only want the lates price for each food number. Can anyone help?
|
| How do I create a cv | 13 Jun 2007 14:32 GMT | 1 |
I need to know how to create a cv on microsoft so i can then email it on to potential employers
|
| how to sum time column using group by | 13 Jun 2007 14:11 GMT | 7 |
Hi I need to sum a column using group by. the data type of this column is date/time. Iam storing time in this column as hh:mm.
|
| Trouble w/ Query criteria filter | 13 Jun 2007 12:50 GMT | 2 |
I have a baseball statistics database. I want to be able to run a query w/ a prompt that will allow the user to look at the last 'X' games, with 'X' being supplied by the user in form of a parameter prompt. Here is the code I am trying to use, but I continue to get syntax ...
|
| Date Parameter Values | 13 Jun 2007 11:14 GMT | 6 |
I have several queries that ask for Between [BegDate] and [EndDate] via a parameter value dialog box and I have other queries that contain hard coded date values. But, what I need now is a query that prompts the user to enter a single [ReportDate] value and then returns all items ...
|
| SumOFQuantity | 13 Jun 2007 09:49 GMT | 3 |
I have following query which calculates total of quantity of all records with same ID: SELECT tblInventory.ID, Sum(tblInventory.Quantity) AS SumOfQuantity... In anothet table I have a field [Required] which is related to ID.
|
| Help with derived table SQL statement in Access | 13 Jun 2007 09:25 GMT | 4 |
I wonder if anyone can help me with this. The scenario is that I have a pair of related tables. One contains record labels, the other contains contact names at those labels. In the contacts table there is a boolean field called blnLabelDefault
|
| Assign Random number to a Record | 13 Jun 2007 09:21 GMT | 10 |
I have a table, tblNBAC of over 100,000 name. I am looking to run a query to do: 1) Count the total records in the table. 2) Divide the total record count by 20 for twenty people.
|
| Custom Order | 13 Jun 2007 08:53 GMT | 1 |
I've a table like this: ID - PartNo ------------- 1 a
|
| pull up job due when needs to be done Once/month | 13 Jun 2007 06:49 GMT | 1 |
I have it down to display all cleaning jobs Due Today ex. Wed. I have a drop down list where the frequency is selected. Mon,Wed, Fri - Tue, Thu -mon - and any combinations of days for the week. However some of the jobs only need to be done once or twice a month. not
|