Results 1 to 9 of 9
  1. #1
    googalabosh is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Posts
    48

    Pushing an update for list items

    I need to push an update to the users to update the drop-down list items in one of the forms. When I test the update it doesn't seem to be updating the list items. Is there anything I should check or something special I need to do?

    TIA

    My setup (I know this will sound crazy but it's just how I have to have it)
    1) The database is split into two parts: Front End and Back End)
    2) The front end holds all the forms and queries. The back end holds the tables.


    3) I've completed a minor update to one of the tables in the back end. I added a couple new columns and renamed another.
    4) I have 5 drop down lists in a single form that need to be updated as easily as possible for the user. Some of the lists allow multiple selections.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    The setup sounds perfectly normal.

    You did design changes to table. Now need to do design changes to UI to accommodate.

    How does adding and renaming columns impact the 5 comboboxes?
    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
    moke123's Avatar
    moke123 is online now Me.Dirty=True
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,654
    Re-distribute the front end with all the changes.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    You say lists allow multiple selections. Are you using multi-value fields?
    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.

  5. #5
    beilstwh is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Jan 2018
    Posts
    11
    You have altered the tables in the backend. How is the front end database supposed to know about then. You will need to relink the tables in the front end so it knows about the new columns in the background database. If you want to use the new columns/tables you have to alter the forms and the query behind them to use the new information

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    No, do not have to relink tables for new fields to be available in frontend.
    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.

  7. #7
    googalabosh is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Posts
    48
    Sorry for the late reply. Wasn't able to work on it again till today.

    Redistributing the front end isn't working. As beilstwh stated, when I made the changes to the front end the back end doesn't know anything.

    I'm thinking there must be a way to update the back end easily. If not, I'm guessing this is just going to be a mess of an update and lots of tech support hours from yours truly.

    Any ideas?

    June7: I'm using combo boxes with value lists and allowing multiple values.

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,921
    I am confused.

    You edited backend to add fields and/or table?

    You edited frontend to accommodate these backend design changes?

    You provided users with new frontend?

    What in the backend needs to be 'updated'?

    If you are allowing multiple values selected by combobox then you must be using multi-value fields. I NEVER use multi-value field.
    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.

  9. #9
    googalabosh is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Posts
    48
    These are the days I wish I could just share it. LOL. No problem. Let me see if I can explain it better.

    The front end contains a form with a sub form. The form is connected to Table A (located in the back end) and the sub form is connected to Table B (located in the back end).

    I have added a couple of columns and renamed one column in Table B. After doing this I needed to add those columns in the sub form (located in the front end).

    Hopefully that all makes sense.

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

Similar Threads

  1. Replies: 2
    Last Post: 05-24-2016, 08:01 AM
  2. Replies: 5
    Last Post: 08-11-2014, 03:08 PM
  3. Replies: 3
    Last Post: 05-24-2014, 03:56 PM
  4. Items in a List Box
    By looloo in forum Queries
    Replies: 3
    Last Post: 09-23-2011, 11:36 PM
  5. list box items
    By thewabit in forum Forms
    Replies: 12
    Last Post: 01-01-2010, 08:59 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