| Thread | Last Post | Replies |
|
| Update Queries - Help! | 15 Jul 2005 16:36 GMT | 7 |
Hi,. I'm a student trying to turn in my final exam. Can't figure out how to use an Update Query in design to remove extra letters (fff or ggg) from a column(or field). any suggestions ?
|
| Records counter in a query | 15 Jul 2005 15:29 GMT | 3 |
I have a table to store customers' names and I need a query to retrieve the names and to have them counted. In a report one can do that with running sum property of a field. Is it possible in a query?
|
| Getting Max of Sum per Date | 15 Jul 2005 15:04 GMT | 1 |
I have a production db for tracking quality control issues: ProdTable has field DateProd, which is the date products are produced. QCTable has ProdID (unique number assigned to every item produced), DefectID (number assigned to particular defect descriptions), and Quantity (which ...
|
| query to get mailing list | 15 Jul 2005 14:47 GMT | 1 |
I have built a database where users for mailing groups are identified by the appropriate button on the entry form. I then built a seperate table which holds the details of the groups so that they can be picked out using a combo on a selection form ready for label printing.
|
| Search with a drop down menu | 15 Jul 2005 13:41 GMT | 1 |
its probably very simple, but here goes: I have a table VAN, a query VANQ and a form VANF. When the user starts the database, query VANQ is automatically run, the rresults of which address table VAN and the relevant data from the table (that where the category is
|
| nested IIF | 15 Jul 2005 11:33 GMT | 3 |
I have a nested if I am having problems with. If Cartage rate is 0 see 1st part of below. (I copy and pasted each part from below so can understand better) Round(IIf([CartageRate]=0,Round([FuelperRate]*[GrossWeight],2),
|
| Create VIEW | 15 Jul 2005 11:32 GMT | 5 |
Can I create a view by using the 'Queries' ? I got an error 'Syntax error in CREATE TABLE statement' in the following statement: create view viewCompanyName([Company Name]) as
|
| 00-30/31-60/61-90/Over-90 Aging | 15 Jul 2005 11:06 GMT | 16 |
How can i do this: tbl Patients: PatKey(pk); PatientNo; PatientName tblCharges: ChrgKey(pk); PatKey(fk); ChrgDate tblServices: ServsKey(pk); ChrgKey(fk), PatientFee; InsuranceFee
|
| sum or average numbers | 15 Jul 2005 03:44 GMT | 2 |
In the query design, "group by" is set to "sum" or "avg". However, the query run does not perform the arithmetic function. The result is a table that changes only the header from amount to sumamount, but lists all the original data.
|
| Maximum Date Query Problem | 15 Jul 2005 03:14 GMT | 6 |
I would have thought that this query would be very, very simple to create, but I'm having problems. I want to return the very last dated PTC of each item. As you can see below, I get EVERY entry of Item, not just the maximum dated one. So, I don't want to see the Item 106
|
| summation in access | 15 Jul 2005 02:49 GMT | 1 |
There are 100 numerical entries for each day of a month. The fields are date, time, and amount. How can the entries be added for each individual day of the month in one query run?
|
| sql server | 15 Jul 2005 02:23 GMT | 1 |
Is it possible to select/retrieve data within access 2002 from a sql database (.dba) i think
 Signature Regards
|
| how to code depended queries as object's data source? Thanks | 15 Jul 2005 01:05 GMT | 1 |
if i define some depended(crosstab) queriese in code, "query12 query13", then i want to set the form's record source is query13, ho to do that? i code as, but not work
|
| Help solve this query... | 14 Jul 2005 23:54 GMT | 8 |
I need to find all the students who have not registered for a Fall 2005 couse that were registered in either Fall 2004 or Spring 2005. So far I have made a make table for all the students registered for Fall 04 and/or Spring 05. I've also made a make table for all the students
|
| Overflow error on query | 14 Jul 2005 22:50 GMT | 5 |
When I try run the following query I get an overflow error - SELECT DateConvPt2.MonthYear, LocRef.LocCode, RevItem.RevItem, SlitSales.Width, RollLengthCalc.NormLength, Sum(SlitSales.[#Cheeses]) AS [SumOf#Cheeses]
|