Results 1 to 4 of 4
  1. #1
    wes9659 is offline Advanced Beginner
    Windows 8 Access 2010 64bit
    Join Date
    Apr 2014
    Location
    Dover, Ohio
    Posts
    88

    Continued Help With Combo Box


    Hi Thank you for all your help I still am not following as to where you want me to put the
    =[clergy combobox].[Column](x). I striped the project down and attached it Clergy zip 2. I entered some bogus data. I tried originally in stops where I thought it went either got no data in place or still only the corresponding field ID’s. I am assuming it is something easy I am missing which is usually the case. I would greatly appreciate if someone could look and see what is wrong fix it and repost. I usually have great success than dissecting it out at that point with explanation. Thanks everyone once again for all your help. I am so loving Access and what it can do.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The ClergyName field in Primary_Data_Table is TEXT type and must be NUMBER type (long integer) because the PK field in tblClergy is an autoNUMBER. Related PK and FK fields must be same type - in this case NUMBER not TEXT.

    You need to fix this for all tables where autoNUMBER PK is saved as FK.

    Name parts really should be in separate fields: LastName, FirstName.

    You have alias field names set in table (Caption property) - advise not to do that. Example: ClergyName field in tblClergy has caption First Name.


    Form with issue is PersonalizedChoices?

    In ClergyTitle textbox ControlSource:
    =[ClergyName].[Column](2)

    In ChurchName textbox ControlSource:
    =[ClergyName].[Column](3)

    etc.
    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. #3
    wes9659 is offline Advanced Beginner
    Windows 8 Access 2010 64bit
    Join Date
    Apr 2014
    Location
    Dover, Ohio
    Posts
    88
    I have tried what you said and still I am unable to make it work I still get Click image for larger version. 

Name:	Form View.jpg 
Views:	6 
Size:	127.7 KB 
ID:	17625the numbers in fields rather than corresponding text from the fields. I set fields to number long integers in the primary_data_table I even tried setting fields in Clergy Table to number long integers. I strip relationships reapplied them. I know there has to be a way to do this. The concept is basically I want to click on create Clergy Button located on PersonalizedChoices Form Add information from the pop up form and have it repopulate on my personalized form after double click on Name field located on personalizedchoices Form. I hope someone can help. I am a novice and frustrated ugh!! Thanks everyone for you indulgence and patience with me. I have also uploaded striped form again here. I am sure it is quick fix just missing it!!!
    Attached Files Attached Files

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The latest posted db does not implement the changes I suggested in post 2.
    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.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 07-18-2014, 09:58 AM
  2. multiple list box problem continued
    By ice051505 in forum Programming
    Replies: 5
    Last Post: 02-20-2013, 06:23 PM
  3. Header Groupings Continued on second page
    By herbc0704 in forum Reports
    Replies: 1
    Last Post: 12-29-2010, 12:25 PM
  4. Exception Reporting - Continued
    By shexe in forum Queries
    Replies: 11
    Last Post: 09-20-2010, 11:20 AM
  5. print continued at bottom of report
    By ecpike in forum Reports
    Replies: 2
    Last Post: 02-25-2010, 02:50 PM

Tags for this Thread

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