Results 1 to 13 of 13
  1. #1
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field


    I have a text field in my service report that is called equipment name. The symptom is not all data shows from one page to the next. The form that generates the text have data in that field on all records. The table has all data in that colunm and the query has all data needed. I have looked at this til Im blue in the face and cant seem to find the issue. Im using xp-pro and access 2003.

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Are you saying the controls at the bottom of the page should have data in them? Are they bound to fields in the RecordSource of the report? What fields and what are the field types? Post the SQL for the RecordSource of your report.

  3. #3
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field cont

    I think I know whats wrong but dont know how to correct. Attached is FORM which is where data originates from combo box pull down named equipment name. This goes to table 2. The relationship from table 2 to table 1 doesnt seem to work.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Quote Originally Posted by RuralGuy View Post
    Are you saying the controls at the bottom of the page should have data in them? Are they bound to fields in the RecordSource of the report? What fields and what are the field types? Post the SQL for the RecordSource of your report.
    How about answering the questions I posed please.

  5. #5
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field cont

    The field in question is named EQUIPMENT NAME. It is bound.

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Post the SQL view of the RecordSource of that form please.

  7. #7
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field cont.

    This is equipment name that is delivered to a table named STATUS ID.

  8. #8
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field cont

    Yes that is correct.

  9. #9
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Are we in the same conversation? Is the RecordSource of the form a Query or a Table?

  10. #10
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field cont.

    The record source is a table named status. I tried linking the status table relationship to the main table named assets1 which is the attachment named table1 but doesnt work out.

  11. #11
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If the field you want to display in not in the RecordSource of the form then it will not display in your form. The RecordSource can be a Query that has more than one related table joined together. You need to define your relationships in the Relationship window. Do you have PrimaryKeys on other tables as ForeignKeys so Access can determine the relationship?

  12. #12
    nashr1928 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Apr 2010
    Posts
    146

    text field cont.

    Yes both tables have primary keys. I already have a query so I will try working on this as query and not table. I will post the results. Thanks.

  13. #13
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Remember, the PrimaryKey of the One side of a relationship need to be in a field of the Many side of the repationship as a ForeignKey so Access will see the 1:m relationship when you create the Join.

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

Similar Threads

  1. split text field
    By Zukster in forum Queries
    Replies: 4
    Last Post: 01-11-2011, 10:01 PM
  2. Selecting a corresponding table field based on text field.
    By michaeljohnh in forum Programming
    Replies: 5
    Last Post: 10-08-2010, 10:33 AM
  3. Replies: 2
    Last Post: 05-05-2010, 02:52 PM
  4. Split text field into two text fields
    By Grant in forum Access
    Replies: 6
    Last Post: 01-31-2008, 05:52 AM
  5. Quick way to stuff field names into text field
    By kfinpgh in forum Programming
    Replies: 0
    Last Post: 01-04-2007, 01:13 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