Results 1 to 12 of 12
  1. #1
    yrstruly is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2024
    Posts
    122

    Edit an existing form

    How can i edit form as seen attached, to display Sales?


    https://drive.google.com/file/d/1H6Y...ew?usp=sharing

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,551
    Go into Design View
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    yrstruly is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2024
    Posts
    122
    Quote Originally Posted by Welshgasman View Post
    Go into Design View
    Please elaborate.

  4. #4
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows 10 Access 2021
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,614
    Quote Originally Posted by yrstruly View Post
    Please elaborate.
    On how to open in Design View??
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  5. #5
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,551
    Quote Originally Posted by yrstruly View Post
    Please elaborate.
    Do you not have Google on your computer?

    Right click the form's title bar and choose Design View.

    YouTube has lots of videos on how to use Access, so perhaps search there for visual help.

    https://www.youtube.com/results?sear...it+access+form
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  6. #6
    yrstruly is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2024
    Posts
    122
    I am making modifications to an existing Access database that I did not design. Below are some considerations regarding the changes:



    1. I have created a copy of the database, which is currently linked to the original data source. Since I will only be editing forms, should I first disconnect the copied database from the original data source before making modifications?
    2. I will be adding new tables and columns to the existing database. I plan to implement these changes in the copied version first. What are the best practices for this process?
    3. When adding a button to an existing form (as shown in the screenshot), is there a shortcut or best practice to align the button and maintain a neat form design?

    Spec:

    Overview
    This is just an Example

    The current database for plant import/export management requires significant improvements to enhance functionality, traceability, and efficiency.

    1. Import Process Enhancements

    Current Issues:


    • Lack of options for fumigation tracking at quarantine.
    • Permit storage system is complex and lacks structured document categorization.
    • No link between import documentation and other database records.

    Proposed Solutions:


    • Add a checkbox/drop-down field to track fumigation upon arrival.
    • Include fields for:
      • Permit Authorization Approved Date
      • Expected Release Date

    • Implement structured document storage:
      • Dedicated database fields for permit documents (PDF/Word)
      • Dropdown selection for document type (e.g., DHL docs, Phytosanitary, Import Authorization)
      • Bulk document upload feature for multiple related permits.




  7. #7
    jojowhite's Avatar
    jojowhite is offline Competent Performer
    Windows 11 Access 2021
    Join Date
    Jan 2025
    Posts
    432
    do you have programming experience and i doubt that you have.
    you will have a hard time building-studying, trial and error as you go.
    it is easy to hire expert help and you tell him the plan for the new system.

  8. #8
    yrstruly is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2024
    Posts
    122
    Yes, i do have programming eperience. SQL, Python and HTML. I do not require the spec to be done by a person, im doing it myself. It is just an idea of what im working with.

  9. #9
    jojowhite's Avatar
    jojowhite is offline Competent Performer
    Windows 11 Access 2021
    Join Date
    Jan 2025
    Posts
    432
    goodluck then, VBA may seem easy but like other programming language, takes years to master it.

  10. #10
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,551
    Quote Originally Posted by yrstruly View Post
    Yes, i do have programming eperience. SQL, Python and HTML. I do not require the spec to be done by a person, im doing it myself. It is just an idea of what im working with.
    Well, at least you should have some logic?
    The rest is to learn the commands.

    Again Google is your friend, as well as intellisense. Plus lots of videos on YouTube, as I have already mentioned.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  11. #11
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,551
    Quote Originally Posted by yrstruly View Post
    Yes, i do have programming eperience. SQL, Python and HTML. I do not require the spec to be done by a person, im doing it myself. It is just an idea of what im working with.
    Well, at least you should have some logic?
    The rest is to learn the commands.

    Again Google is your friend, as well as intellisense. Plus lots of videos on YouTube, as I have already mentioned.

    Make a copy of your current backend and use that as your development db.
    Adding new tables/fields will need to be replicated in the production db, or clear out your development db and bring all the data from the production db into that, and then make what was the development db the production db.
    All that needs to be done when noone else is in the DB, but you.
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  12. #12
    yrstruly is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2024
    Posts
    122
    Thank God for AI

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

Similar Threads

  1. Replies: 2
    Last Post: 05-18-2018, 05:08 PM
  2. Replies: 6
    Last Post: 05-18-2018, 12:33 PM
  3. Replies: 29
    Last Post: 05-06-2015, 10:18 AM
  4. Edit and Existing Form
    By sdel_nevo in forum Forms
    Replies: 7
    Last Post: 09-26-2013, 02:09 AM
  5. Replies: 1
    Last Post: 05-31-2013, 08:53 AM

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