Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159


    Quote Originally Posted by ajetrumpet View Post
    read this:

    https://www.accessforums.net/faq.php...b3_attachments

    you may have an unaccepted type or it might be too big. forums always accepts ZIPs. you can always zip it. also, compact it before you upload. it may be bloated if you haven't done this
    If I get this to work, could we switch over to Yahoo! chat or AOL Aim?

    Thanks

  2. #17
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    I will be working on something else here at my house, but my messaging options are next to my name. I have yahoo and aim.

    BTW, I loved the taskbar on top like you have on your machine. Did you know you can rotate your screen 90 degrees by ctrl+alt+arrowkey??

    I found that by accident last week. It works on xp and vista, but apparently not on 64 bit machines? my DT is 64. weird! I was looking forward to reading upside down tonight.

  3. #18
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Alright, after trying everything. I zipped her up for you.
    Last edited by yes sir; 08-31-2010 at 07:38 PM. Reason: removed attachment

  4. #19
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    send me a message if that's what you want to change to

  5. #20
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Quote Originally Posted by ajetrumpet View Post
    I will be working on something else here at my house, but my messaging options are next to my name. I have yahoo and aim.

    BTW, I loved the taskbar on top like you have on your machine. Did you know you can rotate your screen 90 degrees by ctrl+alt+arrowkey??

    I found that by accident last week. It works on xp and vista, but apparently not on 64 bit machines? my DT is 64. weird! I was looking forward to reading upside down tonight.
    LOL. I didn't know that about rotating your screen. I'm going to mess with that later.

    I threw the taskbar on top and have liked it ever since. But the real reason I did it was because I tossed a screwdriver across my room one day and it nailed my screen and left a small dent (lucky me) on the bottom where the taskbar originally was. Now the dent is in a spot where I hardly look.

  6. #21
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Quote Originally Posted by ajetrumpet View Post
    send me a message if that's what you want to change to
    I added you on yahoo, but I have never used their IM services. I added something on AIM, but it shows you as offline.

  7. #22
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    is this what you want?


  8. #23
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Yes it is. I'll also want that for the Agent as well (currently shown as N/A and N/A). Is that possible? And yes you are a genius.

  9. #24
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by yes sir View Post
    Yes it is. I'll also want that for the Agent as well (currently shown as N/A and N/A). Is that possible? And yes you are a genius.
    A GENIUS. LAUGH.

    put this in the tbox control source:
    Code:
    =[first name] & " " & [last name]
    do the same for the agent box. I'm sure you can do that yourself now.

  10. #25
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Quote Originally Posted by ajetrumpet View Post
    A GENIUS. LAUGH.

    put this in the tbox control source:
    Code:
    =[first name] & " " & [last name]
    do the same for the agent box. I'm sure you can do that yourself now.
    I did this earlier, but with capital letters. Would that matter? Maybe I did something else.

    Also, wouldn't the code need to be adjusted for the Agent? Its not as simple as adding another text box and typing in the same control source, it would just put ### again.
    Last edited by yes sir; 08-31-2010 at 07:41 PM. Reason: professional reasons

  11. #26
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    character case is irrelevant in most parts of access (for all practical purposes, unless you are at expert level doing coding).

    if you notice on your rpt, the agent fields are called LAST NAME_AGENTS (etc...). You changed them using the AS keyword in the query.

  12. #27
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Quote Originally Posted by ajetrumpet View Post
    if you notice on your rpt, the agent fields are called LAST NAME_AGENTS (etc...). You changed them using the AS keyword in the query.
    True, so how do I go about combining the first and last names for the Agents on this same report?

  13. #28
    yes sir is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Aug 2010
    Posts
    159
    Quote Originally Posted by yes sir View Post
    True, so how do I go about combining the first and last names for the Agents on this same report?

    I used the same control source as you, but subbed First Name_Agent instead of first name and did the same for the last name, but now I'm back to getting the parameter value message box upon opening the report.

  14. #29
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by yes sir View Post
    True, so how do I go about combining the first and last names for the Agents on this same report?
    i think your brain is getting a little fried. this is simple sir:
    Code:
    =[FIRST NAME_AGENTS] & " " [LAST NAME_AGENTS]
    catching on?

  15. #30
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by yes sir View Post
    I used the same control source as you, but subbed First Name_Agent instead of first name and did the same for the last name, but now I'm back to getting the parameter value message box upon opening the report.
    hang on then.

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

Similar Threads

  1. Combine two unrelated tables with the same fields
    By lghovden06 in forum Queries
    Replies: 4
    Last Post: 07-27-2010, 03:36 PM
  2. Combine 2 Fields to make a hyperlink
    By ahightower in forum Forms
    Replies: 2
    Last Post: 06-30-2010, 08:59 PM
  3. Combine one item fields in one field
    By romadm in forum Reports
    Replies: 7
    Last Post: 06-04-2010, 11:09 PM
  4. Combine fields into one
    By cotri in forum Forms
    Replies: 2
    Last Post: 03-04-2010, 02:42 PM
  5. form formula to combine two fields
    By InvGrp in forum Forms
    Replies: 1
    Last Post: 10-20-2006, 12:10 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