Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cravincreeks

    Method or data member not found

    Hello all. I developed a simple MS Access 2002 database (.mdb) with a few forms that have custom code. I initially used ADO 2.7 libraries. I sent it to a person in an entirely different department who is using Access 2000. She's repeatedly getting "Method or data member not found" when she...
  2. cravincreeks

    Putting a break point in a form's event proc makes the form 'dirty' ??

    Hello all. I'm trying to test some code that's executed by an Access form, but am encountering what seems to be some inconsistent behavior. This form is used for data entry and has many tabs on it. The first tab has THE four required fields. When they change a combo box on another tab, it...
  3. cravincreeks

    ADO or ADO.net code for data migration QA/QC

    Hello all, We're migrating a large volume of data from an ESRI personal geodatabase stored in MS Access to a ESRI ArcSDE geodatabase stored in Oracle. The actual migration process must use ESRI proprietary objects that are necessary to ensure the spatial data and the related spatial indexes...
  4. cravincreeks

    Error when attempting to set bookmark

    Hello all I'm working on a legacy database created by another person. It has a form whose record source is a select query. The form has a combo box, which is not bound to the record source, on it that can be used to 'jump' to a record in the query by typing a unique file number into it...
  5. cravincreeks

    Query multiple values in a single column in a many to one relationship

    Hello all, I'm stuck on this query. I have a Parcels table which has a record for every parcel such as ParcelID -------- Parcel1 Parcel2 Parcel3 Parcel4 I also have a land use table that relates to the parcel via the ParcelID. A single parcel can have many land uses. ParcelID...
  6. cravincreeks

    Fast VBA code that searches for files created after given date/time

    Hello all. I'm seeking a fast routine that will list all files (by file name) in a given directory that were created after a particular date and time. This will be run in ESRI's ArcGIS and that software has its own 'Application' object. Consequently, it could get tricky if I attempt to use...
  7. cravincreeks

    Free code of library for 'printing' to pdf?

    Any free code or COM dll's out there for printing to PDFs? Ideally, it will work any printable document ... similar to using PDF Distiller from Print Menus. But I would like to be able to programmaticly specify the output directory and file name? I intend to use this for saving Access reports...
  8. cravincreeks

    Bar chart report has 41 pages when it should only have 1

    Hello all, I have a bar chart in a report that is based on a query. I manually stretched the bar chart so that it fills most of the 8.5" by 11" page (if it were smaller, it'd be difficult to read). The bar chart renders correctly, but there are 41 pages in the report, all with the same exact...
  9. cravincreeks

    Point in time recovery with SQL Server Express 2005 ??

    We're scoping SSE 2005. I image that SSE 2005 maintains a transaction log? Is that correct? If so, would you be able to do a point-in-time recovery of a SSE 2005 database using the FREE tools that you can download along with SSE 2005? Scenario: We have complex processes that insert, update...
  10. cravincreeks

    Question about SQL Server Express 2005 limitations/capacity

    Hello, We are considering migrating several of our access databases/apps to the SSE 2005 back end. The Microsoft site says that the DB size is limited to 4 GB. More literally: "4 GB maximum database size". Does that mean that one can only store 4GB of data on the database server period. Or...
  11. cravincreeks

    Raid0 on a 100GB HDD and 80GB HDD = 160GB. Can I 'reclaim' the 20GB?

    Hello all. I've decided to go with the RAID0 (striped) and back up my files onto my other PC. The to-be RAID0 box has a 100GB HDD and an 80GB HDD. In the RAID set up utility, it indicates that if striping is used, I only have an effective capacity of 160GB (80GB + 80GB), which makes sense...
  12. cravincreeks

    'Deleting' RAID0 to use two seperate hard drives

    Hello all, My father recently gave me his 'old' PC, a VPR Matrix 226R. I have a Windows XP install disk and I've decided to completely reinstall XP since I won't be needing a lot of the software he has on the computer - I also want the improved performance that you get with a fresh OS install...
  13. cravincreeks

    Reading ADO recordset returns null values

    Hello all, I'm accessing data in an Access database using ADO and VBA .... something I have to do quite frequently. But when trying to read values from a recordset, I'm getting null values. I'm totally stumped. It's probably easiest to explain just posting the code first Dim GP As...
  14. cravincreeks

    ADO - Do not continue until update SQL statement completes

    Hello all, I'm executing an update SQL statement on an Access database with an Oracle table that is linked in the .mdb file. Then I need to programatically execute a select query on updated Access table. However, the update isn't completing before the subsequent Select query is run...
  15. cravincreeks

    ADO: Connection.Execute(ActionQuery). Will RecordsAffected ensure...?

    ....that the action is completed before the next line of code executes? I HAVE been reading the ADO documentation about this, but am having trouble following the example because I don't understand C++ very well.....hence, I'm asking here. As a part of a long series of VBA/ADO/Access code, I'm...
  16. cravincreeks

    "Record is deleted" error on query.

    Hello, I walked up to our county codes office where I typically copy building permit data to a disk for use in our reporting system. I need data from last month, so I set up a make table query with the WHERE "criteria" being >#5/31/2005# And <#7/1/2005#. As the query was running, I got an...
  17. cravincreeks

    &quot;Error loading DLL&quot; when attempting to use ADO within an Access .mdb

    Hello all, I'm attempting to create a VBA macro within a Microsoft Access .mdb file that is launched by clicking a button on a form. We'd like to use ADO because this database may one day be ported to a RDBMS - planning for the future. Anyhow, I'm attempting to open a recordset using the...
  18. cravincreeks

    Any tool/utility to count the lines of VBA code in any VBA project

    I'm just curious how many lines of code I've written in this project so far. Any utilities out there that will do this? - VBA only (not VB)? Thanks! AZ
  19. cravincreeks

    Manipulating joined tables with referential integrity via ADO?

    Hello all, I'm developing a program that manipulates data in an Access database via ADO. This program run completely outside of MS Access application (it's executed via the VBA editor of GIS software, not Access). In her article titled Relationships: Your Key to Data Integrity in Access ...
  20. cravincreeks

    Problem with combo box in a select query with a join

    Problem with combo box in a select query with a join Hello all. I have a table with a text field that is restricted to a value list via a combo box (I specified the “look up wizard”, chose value list, and entered two the two options that the user can choose from). When I open the table in the...

Part and Inventory Search

Back
Top