Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11

    Access Database for Engineering Document Management and Control

    Hello Everyone



    I need to develop a access database for managing my engineering documents and drawings

    Kindly help me please

    Regards
    Sushil

  2. #2
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Hi, basically you first need to analyze your needs:
    - what data do you need to store? Example: DocName, creation date, date last changed, DocType, description, ... .
    - what criteria do you want to use to find your data?
    - what data do you want to see as output?
    - than you can start to draw the table structure for these data, use the normalization rules to distribute the fields to the correct tables and create the correct relationships between them. There is plenty information on the internet regarding this topic.
    Once you have the data structure, you can start to build the front-end:
    - how do you want to insert new data, update existing data, show search results?

    So first get your analysis done. If you need more specific help on one of the topics,you can always ask.

    succes

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    See these links for info on Document Management at Barry Williams' site

    General requirements (sample)
    Related data models

    but you really need to identify and refine your requirements; analyze these with sample outputs and inputs and business process info to build a data model; test it on paper.....

    Good luck with your project.

  4. #4
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,803
    Exactly what does manage them mean? It can mean anything from storing attachments (including marked up copies sent for approval) or just storing the database records that document revisions/approvals, tool calibrations and record archiving was handled in a timely fashion.

    In conjunction with someone else I developed a system called Envisotrak (quality systems document, record and calibrated tool management system) but it was back in Access 97 I think. Everything was migrating to web based software at the time and we didn't feel like learning that curve so we abandoned it. There were a few sales, so it wasn't a total loss. I could probably dig up an old PowerPoint on how it worked if you're interested, or you might be more inclined to start from scratch and develop your own. Depending on what you need from it, it can be a really big project - take it from me.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  5. #5
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11
    Quote Originally Posted by Micron View Post
    Exactly what does manage them mean? It can mean anything from storing attachments (including marked up copies sent for approval) or just storing the database records that document revisions/approvals, tool calibrations and record archiving was handled in a timely fashion.

    In conjunction with someone else I developed a system called Envisotrak (quality systems document, record and calibrated tool management system) but it was back in Access 97 I think. Everything was migrating to web based software at the time and we didn't feel like learning that curve so we abandoned it. There were a few sales, so it wasn't a total loss. I could probably dig up an old PowerPoint on how it worked if you're interested, or you might be more inclined to start from scratch and develop your own. Depending on what you need from it, it can be a really big project - take it from me.

    Hi
    Thanks for your response

    Manage means i mean including attachments and storing the database records

    Can you please help me to develop this system
    You can also contact me on sushil.k.kadam@gmail.com

  6. #6
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11
    can you please help me to prepare this database

    Quote Originally Posted by NoellaG View Post
    Hi, basically you first need to analyze your needs:
    - what data do you need to store? Example: DocName, creation date, date last changed, DocType, description, ... .
    - what criteria do you want to use to find your data?
    - what data do you want to see as output?
    - than you can start to draw the table structure for these data, use the normalization rules to distribute the fields to the correct tables and create the correct relationships between them. There is plenty information on the internet regarding this topic.
    Once you have the data structure, you can start to build the front-end:
    - how do you want to insert new data, update existing data, show search results?

    So first get your analysis done. If you need more specific help on one of the topics,you can always ask.

    succes

  7. #7
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11
    Thanks for your response

    can you please help me to develop this database

    Quote Originally Posted by orange View Post
    See these links for info on Document Management at Barry Williams' site

    General requirements (sample)
    Related data models

    but you really need to identify and refine your requirements; analyze these with sample outputs and inputs and business process info to build a data model; test it on paper.....

    Good luck with your project.

  8. #8
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11

    hello need your help please

    Hi All

    Please refer the attached screenshot of the form i require

    Referring to point no.01, i need it as combination of several other details as mentioned in the screenshot. Request your expert advise for doing this
    Attached Thumbnails Attached Thumbnails Document Form.jpg  

  9. #9
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,566
    Hi

    Your example Form has both an option for "Upload" and "Download".

    Are you planning on using this on the Web??

  10. #10
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11
    I will uploading documents when i creating new documents and submitting it to client

    Later on after few days, same documents will be returned from client (approved or comments) and than files received from client will be uploaded

    It's a cycle like, Rev 01 submitted to client than after few days Rev 01 will be returned by client (approved or comments). This completes the one lap of submission.
    If document is to be resubmitted again than revision will be updated to Rev 02 and again the same cycle will be started

    Thanks
    Sushil

  11. #11
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726

  12. #12
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11
    No, currently I am not planning to use it on WEB

  13. #13
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,803
    If I had the time to take on a job right now (assuming you are talking about a paying job) you would have to be much more forthcoming in your responses. They are too general.
    This is not a small task and it requires that you outline the entire process - unless what you are really saying is that you have most of this done and only require help with a certain part of it. Even your post is a bit confusing to me because at first it seems you're starting from scratch, then you show a form you have. If your situation is the former (starting from scratch) I suggest that you need to sit down and write out a synopsis of what are the elements of your process and the detail the flow of your process.

    Secondly, if you intend to store documents, you should be using something other than Access as a back end (where tables are kept) otherwise you will quickly bloat your application.

    Not trying to tell you how to run things, but I don't see the point in recording each revision that is made to a document while it is in revision status. Once it is approved, the revision number is typically indicated on a document (be that in the document numbering format or whatever) and is made available for use. When it requires revising, it goes through the process again and the revision number isn't updated until it goes back into approved status. I doubt there is any ISO type systems standard that requires you to record every edit between approved version 1 and approved version 2. Is it important that you can distinguish between attempt 4 and attempt 5 that there was a minor grammar correction for example? It must be a requirement at your business level, but it seems misguided to me.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  14. #14
    sushilkadam is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Aug 2019
    Posts
    11
    Hi Micron,

    Thanks for your clarification. First of all i would like to say that i need to star from scratch. I have manged to twist one db but failing to get success in it

    Obviously i have the complete process as i am working in this field only. But the thing is if i do not explain in step by step than you will not understand the exact requirement (as what i have noticed in your last paragraph)

    Whatever process i have mentioned fro revision is correct. Each revision shall be tracked in terms of its issue and status also. Revision number will change on each issue to client and not on the status of document.
    As per ISO standards, each revision shall be tracked and controlled (approved or comments). Revision number is not always indicated on a document (depends on project specification).

    Exactly, to distinguish between two revision we shall have first proper records to understand the workflow of the document

    Lastly, First let us design the forms and table and than later i will explain you with example how each field is related to each other and how it needs to be linked

    Thanks for your precious time

    Regards
    Sushil

  15. #15
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    What is your document numbering system. I agree with micron on most of what he's said. For ISO documents everything I've seen is a document number and a revision number, they don't (didn't?) care about the internal revisions the last time I knew anything about it, only what revision was currently in use.

    If you are using internal 'sub revisions' and want to track them I would think you'd need another level

    Document number ---> Revision Number ----> Revision Step

    so you could contcatenate these to be something like 123456.5.1

    After reading this entire post there are also a bunch of undefined things which I would think critical:

    How are you getting the files to and from the clients? If you are using an FTP site are you using a naming convention that will help you locate files? For instance if you were to name the files you're sending your clients with the internal document number and a tag like

    123456_5_1_Outgoing.pdf

    and they would respond with their changes in a word document (or other document) with a file labeled similarly:

    123456_5_1_Comments.docx

    it should be trivial to connect your individual documents/revisions/revision steps to your data. But getting that kind of cooperation from your clients might be difficult.

    Secondly as previously mentioned, if your intent is to actually store the documents in your database, do *not* use MS access as your back end. If your business is of any size at all the documents will quickly make the database unusable as MS access tends to start having problems around 2gb in size.

    Also like Micron said, I do these sorts of projects for payment and what you're after is *not* a simple one asking someone to do it for you without paying them, which seems to be the gist of some of your posts, is not reasonable. if I've misinterpreted your posts to be asking for someone to do it for you I apologize just giving my 2 cents worth.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 21
    Last Post: 08-28-2019, 02:49 AM
  2. Replies: 1
    Last Post: 05-09-2019, 05:47 AM
  3. Document Management System
    By napster75 in forum Programming
    Replies: 4
    Last Post: 04-04-2018, 10:19 AM
  4. Document Management Solution
    By mjblay in forum Access
    Replies: 1
    Last Post: 12-09-2011, 08:49 AM
  5. Database re-engineering
    By nomvete in forum Database Design
    Replies: 3
    Last Post: 05-21-2009, 05:36 AM

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