| Thread | Last Post | Replies |
|
| Counting Workdays Function | 02 Oct 2007 15:57 GMT | 1 |
When i try to call the fuction i get a error I am using CalcWorkDays([DateDiverted],[dtmEnd]) The error says The expression is typed incorrectly or it too comples to be evaluated
|
| Graphical Union-Query Builder? | 02 Oct 2007 15:46 GMT | 5 |
I have two moderately complex queries (each one has at least 7-tables and several more joins) that must be combined via a Union query. The results will be used in subsequent queries. Writing and maintaining SQL for this Union query is a last resort. How can I keep my ...
|
| query calculator like excel | 02 Oct 2007 15:31 GMT | 2 |
hey all, i have a query that displays vacation hours for an employee. when i run the query is there a calculator like in excel, if i highlight the hours column it will show the sum in the status bar below?
|
| query for printing | 02 Oct 2007 15:26 GMT | 2 |
We have a program, written in Delphi, that is used to print out task lists. We now have to use Access (company new standard) and have imported the data into tables, but don't know how to get the listings Table 1:
|
| how is "FIRST" supposed to work | 02 Oct 2007 15:16 GMT | 2 |
I am trying to figure out the function of "FIRST" in a totals query - with little luck so far. I think that my intuition may be getting in the way. Using Access 2000. I have an orders detail table (tbl_orders_d) with
|
| I am having trouble creating a report | 02 Oct 2007 15:03 GMT | 2 |
I created a data base that has 1 main table and 6 sub-tables. The main table has the ID field as an auto number. Each sub-table has the ability to have multiple entries. Each sub-table entry has a date completed field. I am trying to create a report that will query each ...
|
| Query and Duplicate Rows | 02 Oct 2007 14:39 GMT | 2 |
I created a simple query that for some reason is automatically hiding all duplicate rows from the main table it is pulling data from [DTBsFY07]. My objective for the query is just to add descriptions to that main table and I do not want it to hide any duplicate rows. What do I ...
|
| query multiple tables with identical column names | 02 Oct 2007 14:07 GMT | 4 |
I have a database that several tables (tbl113 , tbl114 , tbl115), each has identical columns (DPGId , Description , serialnumber , columnlocation) How can I do a query that will produce all the DPGId's in the same columns as well as Description's , serialnumbers and ...
|
| countif Access 2000 - counting the number of values above 0 | 02 Oct 2007 13:57 GMT | 3 |
I,m trying to count how many numbers, in a column, that have a value greater than zero. Any ideas anyone
|
| Assign the result of this simple query to a variable | 02 Oct 2007 13:43 GMT | 2 |
I have a query that will return the count of evente corresponding to a specific employee based on their employee ID number. This is the SQL from the query: SELECT Count(*) AS Expr1
|
| Help with DOB formula. | 02 Oct 2007 13:03 GMT | 5 |
I notice that if a child is born on 2/27/07, for exampe, this formula states that he is only 6 months on 10/1/07. What is wrong with my formula. The child turned 7 months on Sept 27th. AgeYear: Int((Date()-[DOB])/365)
|
| Query Formula error. Help! | 02 Oct 2007 06:06 GMT | 4 |
I entered this into a query. It says it is to complex or typed incorrect. Can anyone give me some suggestions? Thank you in advance. Paperwork Expires: IIf([ClassroomID]="Kool Kidz" And
|
| Subtracting Dates | 02 Oct 2007 05:55 GMT | 1 |
I'm using an access query to attmept to see if somebody meets a specific age requierement. I need it accurate down to the present day. I tried subtracting a date/time field and the Now() function and then invoking the year() function on the whole thng. This gave me dates in the ...
|
| Conditional update of field based on the same field in previous re | 01 Oct 2007 22:48 GMT | 3 |
Stumped at this point. I have linked to a table that I cannot update but I need to update a checkbox in my query based on information in the linked table. My fields
|
| Snapshot is not "Read Only" | 01 Oct 2007 21:34 GMT | 4 |
to prevent people modifying my table contents, I link to the tables with a query whose Recordset Type is set to 'Snapshot'. The problem is that when the users build another query using this 'Snapshot' query, the data are editable again.
|