Recent content by Echo_3

  1. E

    Trimming a string of text

    Thanks, that was it!
  2. E

    Trimming a string of text

    I want to change: 203 to 2 1202 to 12 In other words, I want to drop the right two characters. Any ideas?
  3. E

    Pass Through Query

    I have created a pass through query that works as a SELECT query. I want a to create a table using this same query but it won't let me. Any suggestions why?
  4. E

    Simple Delete Query

    I'm not getting it and I know it must be simple. I have two tables Table1.................Table2 ....109......................109 11871....................1321 20575..................71656 27800..................20575 ............................27800 I want to delete from Table2 all the...
  5. E

    Client Access Express V4R4M0

    I really need this driver and don't know how to get it -- any ideas? IBM AS/400 Client Access Express V4F4M0 Thanks.
  6. E

    Concatenate

    THANK YOU!!!!!! It works!!!!!!!! Perfect. This is the best site to get answers for my Access questions!!
  7. E

    Concatenate

    I needd to concatenate two fields. Why isn't this working? SELECT Concatenate([Beach Contracts with Name].[Contract#],[Beach Contracts with Name].[Add-On]) AS ContractGuide FROM [Beach Contracts with Name];
Back
Top Bottom