Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    bytreeide is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    47
    That sounds like a better method than what I have been doing. Do you have a link that explains how to do this?

    Also I tried changing the ControlSource of the controls, but I got error: #Name?

    So I have "T4EmployeeID_Combo" which is a combo box and the "RowSource" is set to a QUERY "Q1EntryUser" which has the following fields:

    UserID
    T1EmployeeFirstName
    T1EmployeeLastName
    Q1EmployeeFullName: [T1EmployeeFirstName] & " " & [T1EmployeeLastName]
    T1EmployeeEmail
    T1EmployeeNumber
    T1EmployeeExtension



    On FORM F4CBA I have three text boxes that I want to fill and used the following as the ControlSource

    F4EmployeeName = [Q1EntryUser]![Q1EmployeeFullName]
    T4EmpEmail = [Q1EntryUser]![T1EmployeeEmail]
    T4EmpNum = [Q1EntryUser]![T1EmployeeNumber]

    I really thought this would work, but I still get #Name?.

    Suggestions?

    bytreeide

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    No specific link. Search Access Help or web.

    Review example in post 9.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #18
    bytreeide is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    47
    Thanks for the help again. My one problem with making the combo boxes work the way that you suggested the first time is that I have gotten used to access limiting my choices or predicting the outcome of what I was typing. I was have been so used to the word "Column" appear as one of the options in the expression builder or VBA code editor once I have typed "C" and "O". In this case I did not receive a prompting, so then thought that this would be wrong and wouldn't work. Glad to know that this works. Learning that not every option is listed in the expression values has sort of shattered my trust in Access. I thought it was right all the time and only gave the possible options based on what I have entered.

    I am going to suppose that it would be wise (and that you would recommend) of me to go through my other FORMs and make these changes to the combo boxes and text boxes.

    Thanks for all the help I will do some research on conditional formatting.

    I consider this issue solved.

    bytreeide

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

Similar Threads

  1. Replies: 11
    Last Post: 05-01-2014, 11:56 AM
  2. Replies: 3
    Last Post: 01-23-2014, 07:49 AM
  3. Replies: 0
    Last Post: 07-16-2012, 05:42 AM
  4. Replies: 6
    Last Post: 05-30-2012, 12:32 PM
  5. Replies: 1
    Last Post: 05-11-2012, 10:59 AM

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