| Thread | Last Post | Replies |
|
| OWC10.DLL | 07 May 2007 00:00 GMT | 3 |
I am running Access 2003 with Windows XP. I have installed "Microsoft Office Access 2003 Inside Out" When I open a database I get the message "Your Housing Reservations database or project contains a missing or broken reference to the file "OWC10.DLL version1.1"
|
| Special characters to show a number to a power? | 06 May 2007 17:51 GMT | 5 |
Is there a way I can create a field that has a number in it that is smaller and raised,or at least raised, when denoting, for example, a number squared? I'm talking about for printing purposes only, not about the math function. Right now I have two separate fields, one for the ...
|
| Parse and merge data | 06 May 2007 17:05 GMT | 3 |
Need some tips to help me approach this problem. I would consider myself advanced in Access and VBA, so just looking for conceptual pointers. In essence, I have a number of text files, that needs to be parsed and merged. Each text file will contain around 70,000 records. For now, ...
|
| why the insert stmt doesn't work | 05 May 2007 23:56 GMT | 2 |
My insert statement doesn't work with the where clause in Access 2003. it works fine if I remove the where clause. Can somebody please explain the problem. thanks Kanan
|
| Date Format | 05 May 2007 16:38 GMT | 1 |
I have a table where the first field is a date range. This date range is a text box. I am trying to combine two years of data. I understand of course I cannot do a date range search since the format is not set to date. I have added another column so that the year and month can ...
|
| vba error 3170: Could not find installable ISAM | 05 May 2007 00:55 GMT | 11 |
Sorry for the repost. I didn't get a response on the first two. I really need help. Read on: I have a split database with the front end linking to several tables. Compiles and runs perfect in Windows XP, whatever SP, Access 2002 and 2003.
|
| Deploying VB6 + DAO 3.6 + JET 4.0? | 05 May 2007 00:45 GMT | 9 |
We have an Access DB that our customers subscribe to. A new version is issued every month. Along with the DB we ship a small data selection tool written in VB 6 that uses DAO 3.6 and Jet 4 to access the DB. I need to create an MSI installer for this. Where can I find:
|
| insert / update Data | 05 May 2007 00:21 GMT | 2 |
Hi. I would like to create a form that allow me to insert data into tables but without using the default recorset of the form properties. What happens with me is if someone enter in a form in Edit mode allows to edit the information that appear in that form. The problem is that ...
|
| Importing from Excel by cell | 04 May 2007 23:15 GMT | 2 |
I have an excel file which contains data in non-contiguous cells. I want to import data from these cells (which amounts to multiple ranges) to a temporary table in access which would then feed into update queries. Is there a way to designate multiple ranges:
|
| Importing CSV Files into Access | 04 May 2007 23:02 GMT | 3 |
What I'm needing to do, through programming (VBA) to import a CSV file and have all the fields import in as Text regardless of it being a number or not. I can't use a import specification, because the program will be running and importing all different files, with different ...
|
| ActiveX not loaded for form or report | 04 May 2007 22:15 GMT | 2 |
I am trying to export a form to a production database and I receive this error message. I made a copy of the database and then did some modifications to a few forms. But I was unable to export the modified form to the production database. I deleted the form from the production ...
|
| Do a move copy of a spread sheet | 04 May 2007 21:04 GMT | 4 |
What I have right now in access is a macro that exports 4 spreadsheets into one workbox. I need to add a move copy of a template file after the spreadsheets are exported, to the work book that was created from the above exports.
|
| delete all tables of an access DB | 04 May 2007 20:37 GMT | 8 |
I'm trying to delete all the tables of an access database and have written the following subroutine but it deletes only half the number of tables. How I should modify the subroutine in order to delete all the tables? --------------------------------------------
|
| Email problem | 04 May 2007 18:20 GMT | 4 |
I have one user with problems and I believe it is related to her Outlook application. The following is my code: Private Sub cmdSubmit_Click() Dim strMSG As String
|
| access continues running until killed by tsk manager | 04 May 2007 13:56 GMT | 20 |
I run both office versions xp ( 2002) and 2003 with latest service Pack applied on Windows Xp, using Oracle DB. Occurrently quitting application does work to the point of leaving application while access itself can't be closed. No error message appears -
|