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!

Recent content by klm2klm2

  1. klm2klm2

    One or many lookup tables

    We're designing an enteprise application. Some of our team members who are experienced with DB2 want to merge all of our lookup (i.e. reference) tables into one table. I normally let every logical lookup table be its own physical table. When using the Oracle database, is there any material...
  2. klm2klm2

    How to highlight Excel cells with calculations?

    I'd like to be able to display Excel cells with calculations with different formatting than other cells. e.g. If the cell contents begin with the equal sign, let the displayed value be in blue instead of black. Is there a way to do this? Thanks, Kim
  3. klm2klm2

    Cost of Dimensional vs. Relational approaches

    There is a theory that the cost of creating, implementing, and maintaining a dimensional DW is less than that of the relational model because the dimensional model is simpler. Does anybody have any knowledge (or even ideas) about how much the dimensional approach saves over the relational...
  4. klm2klm2

    Does dimensional data modeling have a logical component?

    kishleo, To find support for dimensional modeling in ERwin 4.1, click on Model | Model Properties | General tab | Dimensional. Then Model | Model Properties | Notation tab | Dimensional Modeling. Thanks, Kim
  5. klm2klm2

    Does dimensional data modeling have a logical component?

    In ERwin, a popular data modeling tool, the three basic modes are Logical, Physical, and Dimensional. In the dimensional mode, there is no logical and physical. The dimensional mode stands by itself. In other words, in a dimensional model, a column can't have both a logical and a physical...
  6. klm2klm2

    Cobol for Windows with no run-time fees

    Hello All, I'm looking for a Cobol IDE/compiler that: 1. Runs and has developer environment on Windows 2. Creates Windows GUI apps 3. Uses MS Access (or ODBC) database 4. Is reasonably priced 5. Has no run-time fees Does such an animal exist? Any suggestions? Thanks, Kim
  7. klm2klm2

    The "right" development tools

    Is Forms 3.0 still supported?
  8. klm2klm2

    Open 2nd Access database

    If I'm using VBA to access the currently open Access database, how can I concurrently open a 2nd Access database such that I can process both databases in the same procedure? Thanks, Kim
  9. klm2klm2

    Unattended data import

    The preference is to use VB because the app is currently written in VB. How would we get started, using VB, to import data from an external source into Access?
  10. klm2klm2

    Unattended data import

    How can data from an external source (e.g. XLS, CSV, etc.) be imported into an Access database in an unattended manner? This will be used as part of a software revision update deployment. Perhaps a VB program could kick off such a routine. But how would we go about doing it? Thanks, Kim
  11. klm2klm2

    How to allow zero length strings with DDL statement

    I have a DDL statement similar to this: alter table blah_table add column blah_column char(20); The statement *does* add the new column. However, I want the "Allow zero length" column property to be set affirmatively. How can this be done in a DDL statement? If it can't be...
  12. klm2klm2

    Run a report without starting Access first

    JoyInOK, I'd like for the solution to not include VB. Please elaborate on how to open and run Access with the visible property set to false. Or at least provide key words to look up in the help files. Thanks! Kim
  13. klm2klm2

    Run a report without starting Access first

    Interesting idea, Ian. Unfortunately, I don't have an Access application. I have a VB application that uses an Access database. Is there some way to trigger the running of the report when the database closes?
  14. klm2klm2

    Run a report without starting Access first

    I want users to have the ability to run a pre-defined Access report, but I don't want them entering the Access IDE (the database is password protected). How can I give users the ability to run an Access report yet keep them out of the Access IDE? Thanks, Kim

Part and Inventory Search

Back
Top