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 strongm 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: *

  • Users: 4N6Mstr
  • Content: Threads
  • Order by date
  1. 4N6Mstr

    Expression does not use variable full value

    Hello, folks. I have to import a number of excel spreadsheets. I'm using the classic Foreach Loop inside another Foreach loop approach. The outside loop (Foreach File Enumerator) cycles through the Excel files, while the inside loop (Foreach ADO.NET Schema Rowset Enumerator - ExcelSchema -...
  2. 4N6Mstr

    SSIS Script task to avoid an Excel Sheet that is empty or with different name convention

    Hello all, I have to import a number of excel spreadsheets. I'm using the classic Foreach Loop inside another Foreach loop approach. The outside loop (Foreach File Enumerator) cycles through the Excel files, while the inside loop (Foreach ADO.NET Schema Rowset Enumerator - ExcelSchema - Tables)...
  3. 4N6Mstr

    PivotTable woes: Part deux...

    Hello and a great Friday to you all. I was asked (ordered, really), to create a Main form with two subforms. SubForm A opens as a pivottable that shows PartNo v. Stores (on the cross point, Sales $ for each store where that PartNo was sold). SubForm B should show the details (all other fields)...
  4. 4N6Mstr

    Pivot Form: do they fire events?

    Hello all, I looked and looked around and did not find an answer to this (simple?) question: Do Pivot forms have events that can be used while navigating the records? I mean, current, enter / got focus / lost focus / Dbl Click, etc. If not (it seems that is the case), any workaround? I was...
  5. 4N6Mstr

    Struggling to update linked tables location in Access 2007 using ADO

    Hello all, I have a single user db in MS Access - split – front end and back end both 2007 accdb - installation using the Access packaging runtime, back end (and the subfolder where it "sits") added as a "extra" file during packaging, as per Microsoft instructions. I will be sending this to...
  6. 4N6Mstr

    ComboBox: NotInList event "firing" twice...

    Hello, all! On an Access 2007 db (accdb) I have a split form (popup = no, modal = yes) that shows only the header and the datasheet portion (detail.visible = no). On the header portion, I have an unbound combobox, a textbox and two buttons 1) Tag and 2) Cancel. The intended functionality is...
  7. 4N6Mstr

    Underlaying recordset does not update: What am I doing wrong?

    Hello all! The code presented below intends to split a table containing charges and payments (Imports Table). Charge records should be copied to the Charges Table and payment records to the Payments Table. A natural primary key does not exist, so its being created based on the concatenation of...
  8. 4N6Mstr

    Open form and show blank fields but not using NewRecord.

    Hello all and Happy Holidays! This is more a pet peeve of mine than a problem that does not have a workaround (or many). The standard situation is this: main form – tab control with sub forms scenario. No creation of records / no deletion, just fields’ update available. After the user opens up...
  9. 4N6Mstr

    Grouping & count codes.

    Hello Everybody. I think is still in time to wish Happy New Year to you all. Here is my quest. In an old database, I have four tables for which I have to create a report (Crystal Reports). The table structure is not the same but the common point is each table has more than 250 fields, most of...
  10. 4N6Mstr

    Modify Tab control during execution

    Hello all! Happy Holidays! This is the situation: In an access database, Managers (high-level users) select products and subparts of that product during the "configuration" phase. This is done for each different project. In other words, the final selection of Products and subparts is different...
  11. 4N6Mstr

    Main form won't go to "after last" record.

    Hello, all. A long story short, to try to keep it making sense. I have a situation in a form that I could not find a solution (or actually understand why is not working). Due to reasons that would take too long to explain, I have a kind of different Main Form – Subforms structure (one of the...
  12. 4N6Mstr

    Using OR to select different fields

    Hello all, In MS Access, I can use OR inside a SELECT clause to show if one or more values in a serie of boolean fields is true. Something like SELECT Table_I.Field_A, Table_I.Field_B, [Table_I.Field_C] OR [Table_I.Field_D] OR [Table_I.Field_E] AS MyBooleanResult FROM Table_I What would be...
  13. 4N6Mstr

    Cobine tables' definition

    Hello all, I have (what i hope to be) a simple question. I received two tables from the same system that were used in different areas. These systems were not connected so, along the time, the tables definitions were independently changed. In simple words, Table_I has fields A, B, C, D and E...
  14. 4N6Mstr

    Microsoft Word Components

    Hello all, I'm looking for functions / explanations / details for each one of the components of a Word document, which (as far as i know) are: 1. Data 2. 1Table 3. CompObj 4. WordDocument 5. SummaryInformation 6. DocumentSummaryInformation
  15. 4N6Mstr

    Floppy disk hash.

    Hello all! Any of you know of an application that would give me a hash (MD5 / SHA) of a floppy disk? It’s easy to get hash for individual files but how do you get the hash for the entire floppy? Thank you in advance for your help. Thx! BTW, if this is not the correct forum for this...

Part and Inventory Search

Back
Top