Results 1 to 3 of 3
  1. #1
    drunyan0824 is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2022
    Posts
    82

    Optimizing Existing Database

    Recently, I made a database to keep track of Network, Audio and Video cables that my co-workers and I have installed in our studio. As I have been using the database, I have ran into some issues with the operation of the database. The issues that I want to fix are with data entry, how records are stored and how we can access the data. The main problems that I want to fix are:

    1. Data entry redundancy: We categorize all the cable we run based on the type of data/signal that the cable carries. e.g. High definition video is categorized as HDV and Standard definition is categorized as SDV. Then each cable is assigned a four digit number. So the cable is ultimately labeled something like HDV1004 or SDV0507. At this point when a user adds a cable to the database, the user has to select the cable's category from a combo box and then type on the cables' number. So you have to put in the cable category twice. I would like to change this so that when you select the category the record would be written to a table that is for that specific to that category. So the database would have a separate table for HDV cables and SDV cables.

    2. Deletion of Cables: Currently we delete records from the database when we remove cables and reuse the cable numbers. This has caused some problems. Thankfully we have only had issues with user error reusing cable numbers and not any problems with the database itself. But I am sure those are coming. What do is when a cable is 'deleted' from the database that the cable number and all the related information would be moved to a table of deleted cables and we would stop reusing cable numbers.



    3. There is some things that we are recording in the database that don't really make any sense. Like we keep track of whether or not a cable is connected or not. The problem with doing that is we don't usually pre-run anything unit we are actually installing equipment and then no one is going into the database to update the information that a specific cable has been disconnected or not. So I want to get completely get rid of that.

    My biggest question and concern at this point is how do I make the changes to my database with out screwing everything up? Can I make the changes that I want in the current database or should I create a new database and import the data from the old database?

  2. #2
    Micron is online now Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,424
    I suspect the best advice would be given by looking at what you already have. Or there is the fact that you have the ability to work on something new while the old version can still be used, as long as getting your data into the right places is possible because you properly designed the new one. Regardless, I think the new version should not re-use cable numbers.

    Is this the first time the notion of deleting records has come up, or by chance were you already advised to not do that?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    drunyan0824 is offline Advanced Beginner
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2022
    Posts
    82
    I was advised against deleting records but it a function that my boss wanted and at that time I didn't really have the confidence to tell him that it was a bad idea. I am pretty confident that I could create a new database relatively quickly, but I am not sure how I would import the data from the old database into the new database. I have attached the current database that I want to change.
    Attached Files Attached Files

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

Similar Threads

  1. Need help optimizing queries
    By SSSlippy in forum Queries
    Replies: 7
    Last Post: 12-10-2021, 10:34 AM
  2. Optimizing form's RecordSource
    By ArviLaanemets in forum Access
    Replies: 7
    Last Post: 10-06-2021, 03:53 AM
  3. Optimizing MS Access Query
    By mariost in forum Queries
    Replies: 3
    Last Post: 11-27-2015, 04:13 AM
  4. Help optimizing a query
    By mkallover in forum Queries
    Replies: 0
    Last Post: 03-01-2012, 09:13 AM
  5. Help optimizing an ugly query
    By kman42 in forum Queries
    Replies: 2
    Last Post: 07-26-2011, 07:37 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