| Thread | Last Post | Replies |
|
| How do I resolve Access 2003 Key Violations | 05 Dec 2005 17:12 GMT | 4 |
An append query that works in Access 97 does not work in Access 2003. Error is "Microsoft Access didn't add 3 records to the table due to key violations"
|
| Columnheadings | 05 Dec 2005 17:09 GMT | 3 |
I am desperately trying to get a query to work as a subreport. but each time I run it I get "Data Type Mismatch in Criteria Expression" error. Without the headings the query runs fine.
|
| Sub Query problem | 05 Dec 2005 17:07 GMT | 1 |
My problem 2 tables: PROBLEM PROBLEM: PROBLEM_ID
|
| Line number | 05 Dec 2005 16:42 GMT | 1 |
I need to extract the line number of a query. This is for comparison and not for a unique indentifer. My overall goal is to create a procedure that will reset my count dates for cycle counting. I want to get an equal # of counts for every day (some parts are counted quarterly, ...
|
| Append & Exists | 05 Dec 2005 15:51 GMT | 1 |
Hej All I've created an Append Query with params: INSERT INTO tblDepartments ( DepartmentName, Created, Modified ) SELECT [p_DepartmentName] AS Expr1, Now() AS Expr2, [Expr2] AS Expr3;
|
| running totals selective year | 05 Dec 2005 15:45 GMT | 1 |
i have a table with cost records and a dateyear field on my form i can use the =Sum([cost]) gives me running total but i would like to add a text box that can use a public variable 'curyear' to select currrent year totals. i have a query that does it but how do i get the text
|
| Missing operator error | 05 Dec 2005 15:42 GMT | 2 |
Can someone point me to where the missing opoerator is Update Employee Set Employee.[PPL 2 hour Limit]='yes' FROM qryAbsentSum
|
| Extract text from field | 05 Dec 2005 14:20 GMT | 3 |
Hi, I'm trying to get the email domain name from an email address. So the text between the @ sign and the first '.' after the @ sign. I'm aware this is not 100% correct as some mail addresses have more '.' behind the @ sign, any clue
|
| Querying Date Problems | 05 Dec 2005 13:20 GMT | 2 |
I have a query that I wish to show only those records within a date range. Querying it like : >#01/01/2005# works fine, however when I want to make it user definable using : >[Start_Date] it just ignores the input and shows the full list.
|
| All forms with ticked box. | 05 Dec 2005 12:22 GMT | 5 |
Firstly I opologise to experts. I have a database of ALL businessess in a town with many fields including postage address, phone number, propietor etc etc. I also have a checkbox to indicate if they are a member of a certain
|
| IIF and NULL | 05 Dec 2005 11:58 GMT | 3 |
Please help me in this issue if stidcmb value is 0 then i want run the query without any criteria. IIf([Forms]![searchfrm]![stidcmb]=0,"",2) this doesnt work..........
|
| Record numbering | 05 Dec 2005 08:16 GMT | 7 |
repost as last posting dissapeared: I wish to number records, in natural order from 1 to n There is no numerical or date comparison or sort that will allow be to rank using the techniques listed (that rely on there being count() records in my
|
| Help! Static tables keep getting records added to them | 05 Dec 2005 05:35 GMT | 4 |
I have tables that are essentially lookup tables that are displayed in the form as combo boxes. For some reason, everytime a record is added, it adds a record to my lookup tables (which should be static tables). Any idea what may be causing this? I am working from a query ...
|
| Running Total Query Yeilds Different Results - Why? | 05 Dec 2005 02:23 GMT | 1 |
I am generating a running sum of Shares for an investment tracking database in a query as follows: (SELECT Sum([Shares]) FROM [Transactions] AS [Transactions_1] WHERE [Transactions_1].[Period#] <= [Transactions].[Period#] AND [Transactions_1].[Security] =
|
| Force contents to the right of a query column. | 05 Dec 2005 01:22 GMT | 5 |
I have changed my QryProducts to include a separate field for units, but I want the position of the Units display to default to the right of the query column. That is, right hard up against the RHS. Please help, Frank
|