• WSTearsInTheRain

    WSTearsInTheRain

    @wstearsintherain

    Viewing 15 replies - 1 through 15 (of 74 total)
    Author
    Replies
    • in reply to: SIMPLE copy (Excel xp) #696382

      Thanks…but just to clarify, I need this to paste-value the range as the cells within CURRENT contain formulas.

    • in reply to: ‘####’ AS TEXT (Access 2000) #629007

      The field size is definately only 4 characters & there aren’t any spaces. The data is downloaded (by me) from our antiquated mainframe & uploaded to an SQL Server (6.5) for storage.

      OK, just did some more testing. If I put “####”, it returns data that isn’t “####” BUT it also omits blank fields, which I require.

      Sorry if I seem to be leading you a merry dance.

    • in reply to: ‘####’ AS TEXT (Access 2000) #628995

      Yes, there are lots of other text (and blank) entries.

    • in reply to: ‘####’ AS TEXT (Access 2000) #628986

      In a query I wish to omit data where the text a the field is 4 hashes.

      “####” returns no data at all. Why?

      Am I missing something fundamental about the hash key here?

      Forgot something – the data resides on SQL Server 6.5

    • in reply to: Lookups / Match (Excel 2000) #617801

      Just for clarification, shouldn’t it be
      CELL(“Col”,LFIELDS)

      ??

    • in reply to: Lookups / Match (Excel 2000) #617472

      That’s the ticket.

      Haven’t used INDEX before – hadn’t needed to.

      Thanks to all of you.

    • in reply to: Lookups / Match (Excel 2000) #617436

      …and now FILE_A

    • in reply to: Lookups / Match (Excel 2000) #617435

      Guys,

      I can see how it works, but unfortunately when I copy the Index formula in, I get the value 0. The only thing I added was the reference to the other file.

      If someone could spot where I’ve gone astray, I will then be able to stop headbutting my desk!!

      I’m attaching the 2 files. FILE_A is my result area, BRIEF_22 is the source data

      BRIEF_22 first

    • in reply to: duplicate records (excel 2000) #617218

      Off the top of my head you have at least 2 ways.

      1. Assume data starts in A1. Sort by column A. In B2 put the formula =IF(A2=A1,”DUP”,””). Copy this down as far as required & then paste value the results in place. You can then sort by column B and eliminate the duplicates.

      2. Data – Filter – Advanced Filter. It should be easy enough to follow from there

    • in reply to: Lookups / Match (Excel 2000) #617207

      Closer – but the ‘A38420000’ in File ‘B’ could be in any row. So I need something to find out where that is first.

    • in reply to: Lookups / Match (Excel 2000) #617155

      Looks good, but unfortunately the required Uwyr (in File ‘B’) could be in any column – I should have put more sample data in for File ‘B’

    • in reply to: ADODB connection (Office 2000) #608168

      I didn’t have a lot of libraries referenced, so I checked “Microsoft Access 9.0 object library” and it compiled OK, BUT…when I ran it, I received the error message “Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another”

    • in reply to: A bit of Access code required (2K) #591436

      Sorry, my mistake. I’m after VBA code to replace the update queries, not to actually run them.

    • in reply to: A bit of Access code required (2K) #591433

      Do you want VBA code to run existing update queries? YES

      And do you want the result of AMT * n% to be stored in the AMT field itself? YES

    • in reply to: Graph (Word 2000) #583349

      Hans,

      Just after posting it, I did just that. Edited it and clicked away. HOW SIMPLE!!

      Thanks
      John

    Viewing 15 replies - 1 through 15 (of 74 total)