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

    Best Way To Tweak And Copy Forms

    Hi All,



    Two questions:

    1. I have a set of forms designed for data entry on one topic (let's call it topic A) into a large database (which is split so all the tables are in the back end). Now I want to duplicate all of those forms (their layout, etc., etc.) for topic A for use within the same database, but linked back to a different set of tables (topic B). The tables (which are already created) that these new forms would link back to are virtually identifical as those that are in use for topic A. I do not want to repeat the same laborious form design process for this form (then 2 more after that for topics C and D). Any suggestions?

    2. What is the best way to make changes to an existing form when the form is already "filled" with data (the data exists in the back end tables, just viewed in the forms of course)? In the past I was going into Design View to make changes to the form but Access often runs out of memory in those scenarios or worse, corrupted the form.

    Thank you for any suggestions!

  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,770
    Why are the topics in separate tables? Why not 1 table with another field for topic ID? Best approach is properly normalized data structure.

    Regardless, use one set of forms to serve all topics. Could use code to dynamically change the form RecordSource property. I would not have multiple identical sets of forms - maintenance headache.
    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
    batowl is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Dec 2010
    Posts
    86
    Its a long story, but I did it that way to accomodate some pre-existing, external tables that the database links up to. So it is something I just have to live with. I just dont want to go through the work of recreating all of these forms again.

  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,770
    If you really want to create duplicate forms, then copy/paste, rename new form, change RecordSource property, change code that refers to form name.

    Personally, I would use the single form set and dynamic RecordSource.
    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. Need help with a form password(small tweak)
    By tsgtnissen in forum Programming
    Replies: 1
    Last Post: 09-23-2014, 10:58 AM
  2. Query tweak
    By BRZ-Ryan in forum Queries
    Replies: 5
    Last Post: 01-24-2014, 04:06 PM
  3. Custom Copy and paste in Forms
    By pilot3 in forum Forms
    Replies: 11
    Last Post: 07-30-2013, 07:55 PM
  4. Query tweak to get singles - newb
    By bentod in forum Queries
    Replies: 7
    Last Post: 10-11-2012, 11:41 AM
  5. copy fields in forms
    By V760838 in forum Forms
    Replies: 4
    Last Post: 02-25-2012, 07:55 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