Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295

    Sorry, I cannot access my personal email during work time and not allow to expose my business email.

  2. #17
    jasonbarnes is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2010
    Location
    NC
    Posts
    56
    Here is this screenshot.

  3. #18
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    They look all equal. but you need to check field by field to find out which one is not equal.

    Based on my super carefully checking, maybe there is a space in the front of field ST in table tblbusinessrule1.

  4. #19
    jasonbarnes is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2010
    Location
    NC
    Posts
    56
    That has to be it! Before I imported I had to Text-to-Colum this entire set from Example_Example_City, State_Example and separate it. Now if I can just find a quick method to take the space out. Thank you so much. I can't believe you saw that from the size of that screenshot.

  5. #20
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    I said I check it "super carefully" by measuring the space using a micrometer.

    you can update the field:

    update tblbusinessfule1 set ST=trim(st)

  6. #21
    jasonbarnes is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2010
    Location
    NC
    Posts
    56
    Now for some reason it wants to make me enter Parameter values for DestinationCity and DestinationState. #BUSRULE updates without a problem.

  7. #22
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    seems like you type the field names wrong.

  8. #23
    jasonbarnes is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2010
    Location
    NC
    Posts
    56
    Nevermind, I got it fixed again. Darn spaces...I forgot how much I hated naming, login, spacing, and everything else associated with programming. I had relational database in about 2003 when I did Information Systems as my undergraduate degree. I went on to do my Masters in Accounting so they are wanting me to help out in all aspects with various projects. I am now a Financial Analyst.

  9. #24
    jasonbarnes is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2010
    Location
    NC
    Posts
    56
    Do you have any suggestions for making the Query run faster the 2nd, 3rd, 4th times through as I apply more BusinessRules to the data.

    Didn't know if I could nest a Select Query with IS NULL on the DESTINATION CITY/STATE or #BUSRULE fields before I ran the WHERE conditions on the data.

  10. #25
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Please let me know if there is any position open. I am looking for a job. my specialty is IT, and I have worked in banks for many years.

  11. #26
    jasonbarnes is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Dec 2010
    Location
    NC
    Posts
    56
    I don't know where you are located. I am in North Carolina. I know some of the Regional Banks here are always looking for IT people. I saw lots of jobs here when I got out of Grad school but my experience was basically in school and was kinda dated by the time I got out. I was more interested in pursuing a Finance/Accounting Career. Two really good size regional/multi state banks are FirstCitizens and BB&T. Just google and go to their careers website. I know people in Corporate and Human resources at both to at least get them to look you over. I know an IT software company near where I live but they are more development type roles. Let me know if you need anymore help by sending me a PM.

  12. #27
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Thank you.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. iif statement with multiple conditions
    By ragsgold in forum Queries
    Replies: 7
    Last Post: 08-24-2011, 05:38 PM
  2. Selecting Unique SETS of rows in Access Query
    By dalessandroh in forum Queries
    Replies: 0
    Last Post: 11-09-2010, 10:42 PM
  3. multiple dcount update query
    By slothnet in forum Programming
    Replies: 5
    Last Post: 08-24-2010, 03:44 PM
  4. Replies: 5
    Last Post: 06-19-2010, 07:55 PM
  5. Expression with multiple conditions
    By techexpressinc in forum Queries
    Replies: 3
    Last Post: 06-19-2009, 08:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums