| Thread | Last Post | Replies |
|
| Memo field add/update failure | 14 Nov 2005 21:46 GMT | 2 |
I am working on a new website using asp with an Access database. I have a problem with a Memo field when adding/updating - the SQL fails with Microsoft OLE DB Provider for ODBC Drivers error '80040e21' [Microsoft][ODBC Microsoft Access Driver]Invalid precision value
|
| how do i change null values to zero in an access query | 14 Nov 2005 21:44 GMT | 1 |
ok here's the deal i have a query that works with linked tables and resident tables basically it's a query that returns money balances from five different companies within an organization to corresponding names from
|
| Enter "something" every 80 characters | 14 Nov 2005 21:38 GMT | 4 |
In a large memo type field, how can I enter something, like a carriage return, after every 80th character? Thanks for any help with this. denise
|
| Instr() problem? | 14 Nov 2005 21:13 GMT | 4 |
I have records which contain, among others, 4 columns: StrNmbr StrName MlgAddr MlgCity --------- ---------- ---------------- ---------------- 1234 WISTERIA 1234 WISTERIA DR WEST PALM BEACH
|
| Group By in Update Query - Error. | 14 Nov 2005 20:58 GMT | 7 |
I have an update query as below: UPDATE TimeSheets Set InvoiceTallyFlag = 'Yes' From TimeSheets as TS INNER JOIN (ImportedSFUS ON TS.WeekEnding =
|
| Dcount Date time field | 14 Nov 2005 20:44 GMT | 2 |
Hi All, I am trying to create a counter based on the date and time entered in a field. I looked up Dcount ideas in this newsgroup but it isn't working. Here's my SQL SELECT ZipMiles4.ShipperApptDate, ZipMiles4.ShipperApptTime,
|
| IIf statement syntax in calculated field | 14 Nov 2005 19:55 GMT | 8 |
I have one half of the result I'm looking for in a calculated field in a query. Here's the half that works: Calclo1: IIf([LO1]=True And [Action]="Enable","Y") What I want to add is the value when Action is "Disable", which is "N". If I
|
| Percentage Formula for Imported Reports | 14 Nov 2005 19:17 GMT | 3 |
I imported 2 reports from an excel file. One report is for the previous month and the other from the current. The fields are the same if I am making a query, but the updated report has new numbers in the total field. I have to show the differences betwwen last month's totals and ...
|
| Criteria for one field be based on another field? | 14 Nov 2005 19:14 GMT | 3 |
I have a date field with proper a criteria statement to give me the dates I want. I also need however the time in hours as well. If I start at 1:00PM one day, then I want to end at 12:00PM at the end date. I can get the dates, but how do I get the hours to match exactly with ...
|
| SQL Statement | 14 Nov 2005 18:05 GMT | 3 |
Good morning, I am trying to create a formula in my SQL query for my report, and it's not working. My formula would be: Diff %: [A]/[B]. Both A & B are the fields in the SQL
|
| Double records in 9 tables | 14 Nov 2005 17:49 GMT | 2 |
I got 9 tables in MS Access 2003 and each table have more then 2000 entries. My task is find out double records in two columns of 9 tables. for example in each table column 1 DOB (Date of Birth) has 6 zero(mm.dd.yyyy) and column 2 ID has 5 zero (12345). Now my task is find out ...
|
| Compare 4 columns for equality | 14 Nov 2005 17:44 GMT | 3 |
I was wondering if there was any other way (other than IIF statement), to check if the values in 4 specific columns are equal? If I had 10 columns, an IIF statement would be very lengthly. E.g. A B
|
| Stored Procedure Returns No Results | 14 Nov 2005 17:30 GMT | 1 |
I have a Microsoft Access project stored procedure (created in Sql Server) which executes successfully, but returns no results. In SQL Server 2000, it retunrs data without isusue. The stored procedure has two parameters (start and enddate).
|
| Please help tweak my AND query. | 14 Nov 2005 17:13 GMT | 4 |
Hi guys, I have the following query: SELECT Quotations.QuotationID, Quotations.Date, Quotations.Quotation_Customer_Lookup, Quotations.[Your Reference], Quotations.QuotationBy, Quotation_Details.[Item No],
|
| can't repair database | 14 Nov 2005 16:21 GMT | 2 |
When trying to open an access database we are receiving this error: The database 'K:\fspr\apps\database\ledger.mdb' needs to be repaired or isn't a database file. I tried running compact and repair database utility but get messages that
|