| Thread | Last Post | Replies |
|
| Update a table with a crosstab query | 19 Oct 2007 19:30 GMT | 1 |
I am trying to update a table with the item counts from a crosstab query but I keep getting a Datatype Mismatch error. Is this even possible or do I need to create a function to do this instead? The table I want to update has these columns:
|
| Running sum | 19 Oct 2007 19:27 GMT | 3 |
Hello friends, I have Table:DailyRecords Where CummQty is Calculated Field. DRId Date ItemNo LocationCode QtyToday CummQty 1 OCT01 1 1 500 500
|
| > AVG | 19 Oct 2007 18:54 GMT | 3 |
Im try to find out which stuents had a greater then avg grade how do i write this? I tryed the below no luck. SELECT studentname
|
| Week format | 19 Oct 2007 15:04 GMT | 11 |
I created a query that will count the total Work Orders by Week and I have Chart for that: y- count of WO and x- Week, Year. In the Query I have: WO# - Count
|
| Export number without decimals | 19 Oct 2007 12:38 GMT | 1 |
When I export my data from a query in csv format, one of the fields which has 13 digit numbers diplays decimal places when infact the data in the database does not have any decimals. How can I force this field in my query to format with zero decimals so it
|
| Join strings in Query | 19 Oct 2007 11:58 GMT | 1 |
I have a "Customer" form to input customer details. The e-mail address is in two parts: "e-name" and "Provider". I have a Provider table the field in my table shows IDProvider"1" Provider"hotmail.com" and "2" "yahoo.es" etc. This is related to IDCustomer in a 1 to many ...
|
| Add a sequential number to records returned by a query | 19 Oct 2007 07:46 GMT | 1 |
How may I write a query so it adds a field to the information otherwise returned which contains a sequential ID number?
|
| Selecting columns containing spaces | 19 Oct 2007 07:36 GMT | 3 |
Both of these Select statements return the same set of rows. How can I find out what's really in them? Select * from tblAcademics where description = "" Select * from tblAcademics where description = " "
|
| How to return records based on a calculated field | 19 Oct 2007 06:12 GMT | 2 |
I have a query that returns the following records: txtRecNumber RSum 8 3701 7 3030
|
| Update query and using two tables in dcount statement | 19 Oct 2007 02:45 GMT | 11 |
I am trying to add a functionality into a db I use for my checkbook that will help me plan for and save money for future large expenses. Into a table called tblFutureTransactions I want to enter records for upcoming large expenses, the dollar amount needed, the date the money is ...
|
| How to count number of Wednesdays between two dates | 19 Oct 2007 02:42 GMT | 6 |
Is there a way to find out the number of Wednesdays between two given dates? Thank you.
|
| Querry Multiple tables | 19 Oct 2007 00:03 GMT | 3 |
How do I get a query to pull data from two different tables?
|
| Joining fields | 18 Oct 2007 23:22 GMT | 2 |
Can I join fields in a query? Example I have a Home Name, a Mothers name and a Fathers name. Can I join these in a query to show HOME, Father & Mother on 1 line?
|
| Not showing the & if no Foster Father is present | 18 Oct 2007 23:06 GMT | 2 |
FosterHome: [Foster Home] & ", " & [Foster Mother] & " & " & [Foster Father] & " " & [FH Address] & ", " & [FH City] & ", " & [FH State] & ", " & [FH Zip] & " " & [FH Phone]
|
| Help with query... | 18 Oct 2007 22:01 GMT | 1 |
I need to create a querry that needs to have values of two different columns to be looked up in another table. Ex. Table: ChangeDetails Column: Note
|