| Thread | Last Post | Replies |
|
| "Group By" makes Simple Query Run FOREVER | 30 Jun 2006 23:45 GMT | 8 |
I am stumped! I have a query that uses a function to calculate the total freight for each order. curTotFreight = Nz(DSum("[Freight]", "tblFreightBill", _ "[POKey]= " & lngPOKey & " AND [FreightBillStatus] = 'A'"), 0)
|
| return a list of dates when nothing happens | 30 Jun 2006 23:03 GMT | 2 |
I have a database of events booked at three halls. I'm trying to design a query that will return a list of Saturdays when each hall is NOT booked. What criteria should I use for the Date?
|
| Querry in form | 30 Jun 2006 21:54 GMT | 5 |
If I place a querry in a form, can I update entries in the querry as displsyed the from and have the data tables update as well?
|
| Make Table Question | 30 Jun 2006 21:31 GMT | 2 |
When tested without making the table my make table query returns numbers in the correct percentage format but in the 'made' table they appear as decimals. With the 'made table' being deleted and replaced how can I make the figures
|
| M/S XP. DO NOT RECEIVE MICROSOFT VISUAL BASIC ON IMPORT, M/S A OK | 30 Jun 2006 21:19 GMT | 1 |
New XP computer, installed my Microsoft Access 2000, imported my Access data base, Microsoft Access imported good, Microsoft Visual Basic fell to the wayside, ERROR:
|
| COUNTING the instances of various values in a Single Field. | 30 Jun 2006 21:07 GMT | 2 |
This seems like it should be really simple....I'm still learning Access and can't quite get it. I've searched for the process, but those I've found all seem slightly different. I've simply got a table with a few 100 records.
|
| address string | 30 Jun 2006 20:27 GMT | 3 |
I want to insert a comma after [City] in the address string in my query. Expr1: [City] & " " & [State] & " " & [ZipCode]. HELP!
|
| Format Numbers in IIF statement | 30 Jun 2006 19:40 GMT | 2 |
Hi, I am using the following IIF statement to calculate the percentage difference between a Selling Price and a Order Selling Price, bearing in mind you cannot deivide by zero! OrdvsSell: IIf([SellingPrice]=0,"NO
|
| My DLookups work on forms but not in queries | 30 Jun 2006 19:17 GMT | 3 |
The following to function statements work as calculated form controls but not in any type of query that I have tried. DLookUp("[DLA]![One]","DLA","[Dline]=[Caselog]![deadline]") (DLookUp("[DLB]![Value]","DLB","[PlanD1]=[Dline]"))-(DLookUp("[DLB]![Value]","DLB","[ActD1]=[Dline]"))
|
| SQL Query | 30 Jun 2006 18:40 GMT | 1 |
We have a MS Access database that pulls information from our JD Edward SQL Database. There is a query that list all trucks and what product was last loaded in them last. We had to add a special tax to everything we sell. This tax is set up like an product. So now when we pull ...
|
| Querying a month range... | 30 Jun 2006 18:08 GMT | 1 |
I want to pull up records for dates between January and March. How do I do that? I don't want the year, just by months. Thanks in advance.
|
| Year(Now()), before Year(Now(), or null | 30 Jun 2006 17:58 GMT | 2 |
I have a field in a query called NextReview, and currently another field NextReviewYear: Year([Next Review]) with the criteria Year(Now()). I need this criteria to find all dates for the current year, before the
|
| Selecting 60 days ago from text date field | 30 Jun 2006 17:01 GMT | 5 |
I would like to select rows from a table where a text date field is greater than 60 days before the current date. Can you help with the expression ? Thx.
|
| Update Query Crashes Access -- why? | 30 Jun 2006 15:04 GMT | 2 |
I am using MS Access 2003. My application has a form with a command button on it that will "lock" a record from further updating--turns a bit variable on. Below are the command button basics: Private Sub cmdLockCustomer_Click()
|
| show month and year out of current date | 30 Jun 2006 15:01 GMT | 2 |
how can i show the month and year out of the current date 1/2/2006 i just want to see 1/2006
|