Search results

  1. StacyStacy

    Taking control of db that's split in new enviroment?

    Can someone help with this problem? I created a database for another department that I split and configured the FE to point to the BE via an IP address on my server at my office. It worked perfectly. The department moved to another location outside of our building. I placed the database on...
  2. StacyStacy

    Security & Modified Form

    Please help ... what did I not do correctly? When modifying a form in the administrator mode - I can modify the design of the db without problems (I modified an 'Add' button on a form) and it works! I've copied the .fe, .be and .bak to the live directory. But when a user logs in and accesses...
  3. StacyStacy

    Security & Modified Form

    Please help ... what did I not do correctly? When modifying a form in the administrator mode - I can modify the design of the db without problems (I modified an 'Add' button on a form) and it works! I've copied the .fe, .be and .bak to the live directory. But when a user logs in and accesses...
  4. StacyStacy

    Overall Security Setup

    I have attempted to setup security for another database almost 6 to 12 months ago. When I attempted to setup security for a totally different database, I still see the old security settings for the previous db. What do I do? I there an easier way to setup security for each system that does not...
  5. StacyStacy

    Security

    How do I add security for a datasheet for one user only with a click of a button? The other users will use a form that does not require security. Thanks!
  6. StacyStacy

    Update Query

    I'm modifying an existing db that has a field in the table named "city". To reduce errors, I have created in the form a dropdown field for the city. In the dropdown menu, the city field is blank. I also created an update query to update all records with the city named "Sardis" . I'm getting...
  7. StacyStacy

    Password Issues

    I created a password in a database that I created last year on my laptop. I copied a totally different database onto my laptop and tried to open file and it thinks it's associating the old password to the old database with this one. Help. I looked into the registry and *.mde files and...
  8. StacyStacy

    Access Documentor for Forms

    How do add a specific form in the documentor under "Analysis" in the pulldown menu? I see all of my tables and queries, but not my forms. Thanks,
  9. StacyStacy

    Not Advancing to the next record

    Please help me with an issue that an end user has described: If we are on any tab other than the first one ("provider-training location"), and we scroll to a different record, the next record defaults back to the first tab. In other words, there appears to be a set focus on the first tab. This...
  10. StacyStacy

    Scrambling of records

    Here's a problem from my end user. Can you assist me with problem: Whenever we add something new (i.e. a new record or new course code), the existing records are "scrambled." Instead of being in numerical order according to provider code, they are rearranged in order according to course code...
  11. StacyStacy

    The Cancel Button

    How do I clear all transactions, even edit checks from all fields on a form when the "cancel" or "find" button is clicked? Thanks,
  12. StacyStacy

    Viewing an Archived Table & Form

    Got a question: What is the best way to view an archived table and form within the existing db? I do not want the end-user to modify the table/form as well. Only view it. Thanks,
  13. StacyStacy

    Adding an AutoNumber

    I have an existing table that has a date entered field. The outcome of this task is to add the autonumber field in the sorted table according to the date entered field. The earliest date should have #1 as the autoNumber, not 906. So far I have not been successful ... Please help. Thanks,
  14. StacyStacy

    Button Problem

    I added a button "previous record". Whenever I click the button to go to the previous record(s), it only advances to the first previous record but will not continue. I don't have that problem with the "next record" button. Here's the code. What went wrong? Private Sub...
  15. StacyStacy

    Bookmarks

    How do I create bookmarks on an Access form, specifically not bookmarking a record, but bookmarking a title within a certain section on a form for easy access without using the scrollbar?
  16. StacyStacy

    Linking Forms - Same Record

    How do you create 2 forms (without using tabs) that is linked to the same record? Example, instead of creating 1 long form, I would like to create 2 forms, having a button that opens the 2nd form and staying on the same record that you were in on the 1st form. i.e. if I were on record #20 on...
  17. StacyStacy

    Updating BE With A New Table Added

    How do I update the BE with a new table that I recently added? Should I unlink the FE and BE and re-split the db?
  18. StacyStacy

    Advancing to the top

    How do I advance to the top of a form from within a form. I want to program a button at the bottom of the form to go to the very top of the form. Thanks,
  19. StacyStacy

    Data Validation Problem

    I have the following code to validate data to ensure it's correctly keyed in and not a duplicate. I have keyed in the county code of 014 and I get a run-time error of 3464 - Data Mismatch. Why? Here's the code place in the "Before Update event: Dim MyVar As Variant Dim County_Exists As...
  20. StacyStacy

    Automatic Field Update

    How do I get the form to automatically update certain fields that is pulling data from another table? I have cascading combo box in place whereby the user will select a State. The very next field is the County correlating to the State. Both the State and County pulldowns have a control source...
Back
Top Bottom