Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12

    Rookie user needs some help!

    I have an access db that I am supposed to fix but have never even seen until today, and have a lot of dumb questions but I will start with just one for now..Basically what has happen is that I need to allow the users to enter a scedule # that includes letters and not just numbers. I think I have located the issue in the event procedure but I am not sure. I could only get into design view in an old test copy however in the live db the design view is grayed out? What does that mean

  2. #2
    uncletreetrunk is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2012
    Posts
    72
    It's okay Traci this is a great place for rookies! people are very helpful here besides no such thing as a dumb question I've never touched access until I started my current project

    I've seen several posts about getting a database and trying to figure out what's going on. It seems the best advice is to bite the bullet and start over.

    To redo the forms, queries and reports so you know exactly what's going on. It's difficult and almost impossible to figure out what the previous owner was thinking without any documentation.

    Why do they need to enter a schedule number? To return the schedule etc?

    And for the design view being grayed out in the live db I am assuming the previous owner saved the database in .ACCDE to protect his/her forms and code from being altered.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    If the live db file has a .accde (or .mde) extension then this is a compiled executable and cannot be edited. Must go back to the accdb/mdb to do edits and then save another accde/mde.
    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.

  4. #4
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    There is no way I could start over, this is a very detailed and complicated db!

    That was one of my question about the difference bewtween a de an db? It is a de file, how do I determine the owner?

  5. #5
    uncletreetrunk is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2012
    Posts
    72
    haha fair fair. The database I got stuck with was pretty simple so starting over was just easier.

    The ending of .accde and .mde can't be undone. There's no way to edit/change the vba/forms in that database. see June's comment

  6. #6
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    When I open the db file the only form I can view is the main...normally all of the objects would be listed on the left.

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Hold down the shift key when opening accdb/mdb file. This should override project settings (hiding ribbon/navigation pane/shortcut menu, opening default form, autoexec macro) and you can do what you want.
    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.

  8. #8
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    Holding the shift key did nothing for me. I don't understand why I cannot see all of my forms,tables..ect on the db file...

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    It is possible to code db to disable the shift key bypass. If that was done you could be SOL. If you want to provide accdb/mdb for us to analyse, zip it and attach to a post. If still larger than 2gb will have to upload to fileshare site such as box.com and post link to the file.
    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.

  10. #10
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    I am not going to be able to upload the db due to the sensative data that is on it. I swallowed my pride and contacted the creator of the db who works in the office, and he pretty much told me to figure it out. I am beyond frustrated.

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    The sensitive data is in the backend? Just provide the frontend and will try to do something with it.

    The creator still works for this org? Time to get supervisors involved?
    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.

  12. #12
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    How do I send just the front end?

  13. #13
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Just to make sure, you held down the shift until db fully opened?

    If this is a split design then there are two files - frontend and backend. Backend has data tables. Frontend has queries, forms, reports, code. Click the Go Advanced button at bottom of post editor. Attachment manager is below the advanced post editor window. Upload file as attachment to post. 500kb limit unless zip file then 2mb limit. If still too large, upload zip file to fileshare site such as box.com and post link to file.

    Have you tried importing everything from the accdb/mdb to see if the issue persists? Try importing in stages and open the file between each stage. Import queries first, then reports, then forms, then modules, then macros.
    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.

  14. #14
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    Sorry I have no idea which file is what..I know where the problem is and how to adjust the code accordingly, but how to get in and fix it is the problem is where I am stuck. So lets start over. I need to take a copy of the current db and test it in the testing environment. Is there a way in access to set the connection to the testing area or do I have to change my odbc? Ideally I dont want to have to change the odbc back and forth...lets start with that.

  15. #15
    Traci is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    12
    So I found the connection button and added it to my toolbar, but its greyed out. Also when I open the db file there is no navigation pane where it has all of my objects, why? Its there in the de file?

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

Similar Threads

  1. Rookie Question
    By 95DSM in forum Programming
    Replies: 3
    Last Post: 08-02-2012, 10:54 AM
  2. ROOKIE NEEDS HELP using forms
    By Eugene in forum Forms
    Replies: 1
    Last Post: 12-16-2011, 09:52 AM
  3. Please Help! Access Rookie
    By kewlgolf in forum Access
    Replies: 4
    Last Post: 12-01-2011, 10:29 AM
  4. VBA rookie needs help
    By everette in forum Programming
    Replies: 5
    Last Post: 10-16-2010, 03:59 PM
  5. Rookie needs help with basic reporting
    By James Rousselle in forum Reports
    Replies: 0
    Last Post: 03-01-2007, 02:36 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