Results 1 to 10 of 10
  1. #1
    batowl is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    86

    New Field Will Not Show Up in Form

    I have a database that was nearing the end of construction. I am finishing the form when I realized I forgot to include a field in one of the tables. I went back to add the field to the table, no problem. But when I try to add that field to the new form, it does not show up as an available option in the Control Source list.
    What am I doing wrong?


    I have been able to edit fields in the table then update their corresponding field in the form, but this new field in the table will not show up in the form. Any suggestions?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Are you using a query as the RecordSource of the form? Is so then change the RecordSource to the table, save it and then set it back to the Query. This will refresh the RecordSource.

  3. #3
    batowl is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    86
    Well, I don't see RecordSource as an option in the combo box's property list, only ControlSource. And nope, no queries are involved. Only a bunch of tables (in one to one relationships) and one form. For whatever reason newly added fields to table just are not showing up as an option under ControlSource.

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    It is the RecordSource of the FORM to which I was referring.

  5. #5
    batowl is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    86
    hmm never fooled with that before. Where would I find that?

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    First you need to select the FORM by clicking the box in the upper left of the form in design mode. Then the RecordSource is on the Data tab of the property sheet.

  7. #7
    batowl is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    86
    Wow, never seen this before. Thanks!

    So the RecordSource looks like the correct table. When I look at the query builder, the field I want to add to the form is part of the list inside this correct table, but not down below (where it would actually be part of this query). So I guess I can add it to this lower section and it will now show up?

  8. #8
    batowl is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    86
    That did it. Awesome! Thanks so much!

  9. #9
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Excellent! Thanks for posting back with your success.

  10. #10
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    So that others that read this thread understand, Access creates it's own "query" for the RecordSource of the form. You don't see it, but its there! Removing the RecordSource and saving and then setting the RecordSource back to what it was forces "Access" to re-create the hidden query that now contains all of the latest table specifications.

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

Similar Threads

  1. query to show gaps in a date field
    By Lockrin in forum Database Design
    Replies: 1
    Last Post: 05-28-2010, 10:48 AM
  2. Can't get new field to show in my data entry form
    By Suzie in forum Database Design
    Replies: 19
    Last Post: 12-21-2009, 03:48 PM
  3. Data won't show up in table field
    By texzen123 in forum Forms
    Replies: 3
    Last Post: 11-26-2009, 11:20 AM
  4. Replies: 2
    Last Post: 09-26-2009, 07:19 AM
  5. Lookup or list field: how Do I not show all records
    By scott munkirs in forum Forms
    Replies: 4
    Last Post: 04-13-2006, 12:44 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