Search results

  1. B

    Securty Night Mare

    Thanks I have recieved the information. hopfully there is a step by step section.
  2. B

    Securty Night Mare

    To All Is there someone out there that can give me step by step instructions on setting the securty on my data base? I am lost as a goose on this one. When I run the wizard it created a workgroup in the folder with the db. The db will let me in but will not allow anyone else to enter even after...
  3. B

    Securty Night Mare

    All or Anyone At this time working on securing my data base. I have run the wizard and filled in all the information. And said finish. It has and now will ask me for my name and password at start up. This part works well. The problem begins when I try and add people to the user list using the...
  4. B

    Is There Someone that can help me with this??????

    I have a form that is populated by the following SQL Statement attached to a form with drop down boxes Public Function Makefilter() As String Dim UnitStore As String Dim checkbox As Boolean If Me.cbxUnit = "" Or IsNull(Me.cbxUnit) Then UnitStore = "*" Else UnitStore = Me.cbxUnit Dim...
  5. B

    Need help with this form

    I have a form that is populated by the following SQL Statement attached to a form with drop down boxes Public Function Makefilter() As String Dim UnitStore As String Dim checkbox As Boolean If Me.cbxUnit = "" Or IsNull(Me.cbxUnit) Then UnitStore = "*" Else UnitStore = Me.cbxUnit Dim...
  6. B

    Need help on entering "No"

    Thank all who have helped me with this effort
  7. B

    Error Can't find form.

    Why is this telling me it can not find the form? Private Sub booleanInScope_Click() [booleanInScope] = Forms![subfrmCoordinatorApproval]![txtID] End Sub The form is in the forms and I can open it in form view
  8. B

    Working with Security

    To begin let me think all who have help me in the past!!! As of now I am trying to go back and secure many of my data bases for one reason or another. The first is due to individuals authorizing work to be done and not have the authority to do so. I have a database that many people use to...
  9. B

    Security HELP!!!!!

    I am very confused so far. I have not been able to understand how I am to get the other mdb's associated and linked via hyperlinks with my primary mdb to relize I do have the permission to use them. Can someone help me to understand what needs to be done.
  10. B

    Security HELP!!!!!

    "C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE" /wrkgrp "C:\Test\MyWorkgroupFile.mdw" "C:\Test\MyTestDBFrontEnd.mdb" /user UserName "C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "S:\QCPublic\Welding Data Base\Welding Data Base.mdb" /WRKGRP "S:\QCPublic\Welding Data...
  11. B

    Need help on entering "No"

    I did rename the text box to Txt prefix as suggested. I can make this a yes/no box if needed no problem. But I still can not get the No to fill in on all the records that have no Coordinators Int. on the continuous form. Named (frmissue). I can type it in each one. Just no auto update. And...
  12. B

    Security HELP!!!!!

    I have used the shift key to open the database and it allows me to do what will with the main database. The problem is when I try to open the linked databases I am unable to do so. What do I need to do to correct this problem. All of the databases are on a server with regular backup. Did I...
  13. B

    Security HELP!!!!!

    I have locked down my welding data base and had some problems arise mabe someone eles has had this problem. All of the tables in other data base that are linked to the welding data base now will not allow me to utilize them I get the error message that I do not have rights too that information...
  14. B

    Need help on entering "No"

    Is Approval a (True/False or Yes/No Field?) or Text Field? I have changed it to a text field. The one thing that I have not mentioned is this table is in another data base and is linked to the one that I'm trying to make the chances in. I am intending on securing that data base so that only...
  15. B

    Need help on entering "No"

    Run time error You can't assign a value to this object. Me.Approval ="No" (Hightlighted) Private Sub Form_Open(Cancel As Integer) If IsNull(Me.[coordinator name]) Then Me.Approval = "No" Else Me.Approval = "Yes" End If End Sub
  16. B

    Need help on entering "No"

    Need more help I tryed inserting the information provided. And yet it seems to want more. The idea behind this if the coordinator does not put his Int' in the[Coordinators_Name] then the [Approval] will state "No". Once the coordinator put his Int' in the [Coordinators_Name] then the...
  17. B

    "I posted this in forms as well need help real bad"

    I have a form base on 3 tables. I am trying to get a text field on the form to have the word "No" inserted if there is nothing in a text field associated with. Scenario: If [coordinator name] is blank then [Approval] equals "No"
  18. B

    Need help on entering "No"

    I have a form base on 3 tables. I am trying to get a text field on the form to have the word "No" inserted if there is nothing in a text field associated with. Scenario: If [coordinator name] is blank then [Approval] equals "No"
  19. B

    Automation problems

    Thanks for the help found and fix the problem
  20. B

    Automation problems

    I have a data bate that sends automated emails or it should. The thing is it will not open with the Icon there for it will not run with the windows scheduler. Has anyone ever seen this error before. I get this when I click on the Icon. But I can open in design and all works fine. ""Cannot find...
Back
Top Bottom