Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: swaggel1
  • Content: Threads
  • Order by date
  1. swaggel1

    MS Word-Command Buttons Don't Work After Closing Document

    I am using MS Word 2003.....I have created a number of command buttons in a document that provide tidbits of information when clicked. The code I am using to create these buttons is as follows: Private Sub CommandButtonNameofButton_Click() intMessage = MsgBox("This is my text.", vbInformation...
  2. swaggel1

    Sorting Query Allows Deletion of Records

    I have created a secured database in which users are able to click a button and bring up the results of a query. Users can then view this information, can select the records, and can copy them into Excel to create a report with their own formatting, etc. In setting up the query, I read...
  3. swaggel1

    Creation of Knowledge Database

    Has anyone tried to create a knowledge database using Microsoft Access? I have found some software (called General Knowledge Base 2.0) that appears to use Access, but the project I am working on has no budget and I doubt I will be able to spend any money for any purchased product. I need to...
  4. swaggel1

    Problem using start/end dates with NETWORKDAYS

    I am having a problem using the NETWORKDAYS function and I haven't been able to locate an answer..... I am trying to perform a calculation on dates from project plans. I need to know the number of work days (excluding weekends and holidays) between a project's actual end date and its baseline...
  5. swaggel1

    Locked out of database - please help

    As careful as I thought I had been, I have finally done it - I (and all of our users) are locked out of the database. I have a number of copies of the database, but I seem to be locked out of all of them as well. The database was secured with the Security Wizard and all was fine. I was...
  6. swaggel1

    Can't Delete Corrupt Database

    Last week one of our databases became corrupt. After all of the standard attempts to compact/repair/import the database information, it was determined that the database was corrupted beyond repair, and we opted to use a backup of the database that (luckily!) had just been made a few hours...
  7. swaggel1

    Need Help with Tracking Users

    I have searched the forums for the answer to my question, but I can't quite seem to find what I need. I have created a secure database (using the Wizard) and the security features seem to be working fine. However, for tracking/usage monitoring purposes, I now need to track the activtiy of the...
  8. swaggel1

    Find PID of Users Assigned Permissions in Database

    Is there a way to find the PIDs that are assigned to users when new users are created in conjunction with database security? I have a list of the PIDs for almost all of the users, but there are a couple that I don't have the IDs for (and also for one group that was created). I saw a previous...
  9. swaggel1

    MS Access Error Message On Close

    I am trying to disable the Close ("X") button on the Access application window (I have already taken care of the X button on the form) so that users must click the Close button I created on the form to run the necessary procedures. Thanks to a lot of help on this forum, I am almost...
  10. swaggel1

    Disable Shift Key - Using Code But Can't Figure Out Problem

    Using Access 2000, I am trying to disable the shift key on my database so that my users can't bypass my startup procedures. I found a good example on this site, in FAQ 181-1172 (Disable Design View Through VB Coding). Since I have security set up, I thought this would be a good approach...
  11. swaggel1

    Require Input on Form

    I have a very simple form, consisting only of an ID field, a title associated with the ID, three date fields, a comment field, and a search button so that the user can bring up data associated with the ID number. What I need to accomplish is to require that an entry be made in the comment field...
  12. swaggel1

    Security Question Regarding Data Deletion

    I am attempting to secure a database in Access 2000 and have used the User-Level Security Wizard to begin the process. The database is opening via a shortcut requiring a password, and, for the most part, I am seeing the results I expect (the correct users are accessing/not accessing the...
  13. swaggel1

    Validation Rule and Security

    Hi - I posted the message below on the Access Forms forum, but I'm not sure I'll get a reply on my security problem, so I'm posting here as well..... I have a couple of questions regarding a form in an Access 2000 database. The form is very simple, consisting only of an ID field, a title...
  14. swaggel1

    Validation Rule and Security on Form

    I have a couple of questions regarding a form in an Access 2000 database. The form is very simple, consisting only of an ID field, a title associated with the ID, three date fields, a comment field, and a search button so that the user can bring up data associated with the ID number. I used...
  15. swaggel1

    Excel Error Cannot Be Recreated on Other PCs

    Using Excel 2000, I created four individual workbooks. It was determined that all four of these reports should be combined into one workbook. I copied this information into one workbook containing four worksheets, one for each of the individual reports. After this copy/paste was done, the new...
  16. swaggel1

    I need resources for building Word 2000 forms

    We are using very basic Word forms constructed as tables with text fields. As we begin to want more and more functionality with these forms, it appears that our basic knowledge is no longer doing the job. Are there any useful books, articles, etc. that have specific references for creating...
  17. swaggel1

    Add lines to a protected form in Word 2000

    We have created a variety of forms using MS Word 2000. Certain of these forms are created based on tables in which each row is a separate data entry. We use form fields to allow data entry while the form is protected. One of the problems we have is that we may create a form allowing for the...

Part and Inventory Search

Back
Top