| Thread | Last Post | Replies |
|
| Clock In & Clock Out Question | 14 Mar 2008 22:49 GMT | 14 |
I have created a database that will be used as a time tracking function. I have it set up so that people will click a button to clock in, which creates a new record and then they click a different button to clock out that adds another new record. I want to get the overall time ...
|
| HELP! Query Criteria not returning data | 14 Mar 2008 22:32 GMT | 2 |
I have the following simple query with the criteria that one field does not equal another field. The main table has 20,644 records and I should be getting 20,626 records in the design view yet nothing comes up. Here is the SQL statement:
|
| Building the required SQL statement | 14 Mar 2008 21:38 GMT | 4 |
I'm having difficulty writing a query and was hoping someone could help me out. I have a table 'orders' which contains numerous fields, of which 3 are of particular interest to me 'order_status', 'clientid1' and 'clientid2'. I also
|
| Assigning a banding marker in a query | 14 Mar 2008 21:35 GMT | 4 |
I have a table that has a numeric column "sales" that ranges from 1 to 1,000,000. In a query, I am attempting to assign a banding marker to each record. I have 200 bands so an IIf statement won't work. So for instance, one of the 200 bands that is >=22 and less than 29 called
|
| IIf Function help with my Query | 14 Mar 2008 20:34 GMT | 2 |
First some background, I have two tables called 2007 Grid and 2008 Grid, in these tables I have a field called Census Rec'd. For my query, I need to create a field called Census Rec'd and I need this field to do the following - If "Plan Year" ends in 2007 from "AFTAP Table"
|
| Linking items from table to other items in the same table | 14 Mar 2008 19:59 GMT | 3 |
I created a table that will allow the user to assign similar items to the currently viewed item. It works almost as planned. For example: If a user adds a record that says"Item A" is similar to "Item B", "B" will be displayed in lstSimilarItems on "A's" record.
|
| Rearrange data in a column, Access 2003 | 14 Mar 2008 18:13 GMT | 6 |
I have a column that is for Page Numbers, and this particular table contains a letter in addition to the page number. Here are examples: 1A 3A
|
| at most one record can be returned by this subquery error 3354 | 14 Mar 2008 16:14 GMT | 3 |
Here is part of my query (a column from the query builder window).. ChildsLocation: (SELECT "(" & IIf([HomeType] Like "Resident*",IIf(IsNull([HomeName]),[HomeType],[HomeName]),[HomeType]) & ")" FROM ChildsLocationTable WHERE
|
| append query with visual basic | 14 Mar 2008 16:09 GMT | 4 |
I'm trying to execute an append query (qapdCopy&PasteProperties) with visual basic, but I get an error. Run-time error '' Syntex error in INSERT INTO statement.
|
| query | 14 Mar 2008 15:49 GMT | 2 |
I'm joining two table in a query. One field is text, and the other is a memo field. It won't let me run the query. How can I get around this? Thanks for you help, Joel
|
| GroupByX Sum CounfOfX but show only the ones more than a given val | 14 Mar 2008 13:25 GMT | 2 |
I want to be prompt to give a value for the Sum of CounOfX. For example query should ask me to give a value and show me only the group sums equal or more than that given value. I hope i could explain it. SELECT qry_d2.Kunde, Sum(qry_d2.CountOfKunde) AS SummevonCountOfKunde
|
| save an query by sql code and deleting the saved query | 14 Mar 2008 12:42 GMT | 1 |
I have a TRANSFORM query TRANSFORM Sum([dbo_SalesQuery].[aantbest]) AS SumOfaantbest SELECT [dbo_SalesQuery].[cddeb], Sum([dbo_SalesQuery].[aantbest]) AS Totaal FROM dbo_SalesQuery
|
| Help with append query | 14 Mar 2008 09:13 GMT | 1 |
Please help me to write an append query that will append records from one table to multiple tables that have an inner join operation Thank you
|
| Return only the numbers contained in a field | 14 Mar 2008 04:50 GMT | 6 |
I would like some help please building a query that will return the numbers only contained in a field: Table "PurchaseOrder" has a "Memo" field that usually has the following data: "Sales Order 7540:" or "Sales Order 34:".
|
| Query calculation problem based on 1st and last operation. | 14 Mar 2008 04:47 GMT | 1 |
I am trying to create a query to calculate the flow time for each order, but not sure what the formula to use. The flow time is the difference between the completed date and date received (Calculating exclude weekend and holiday). The problem is there are several operations for ...
|