Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. 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"
  8. 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"
  9. 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...
  10. B

    Need Help With a List Form

    Well I've tried several things to no avail. Maybe someone can see what I’m unable to see. My form frmAddSpool keeps giving me an error message. And i don't know what it’s looking for. Maybe someone could look at this and give me a hand figuring it out. I have attached a copy of my data base for...
  11. B

    Help with frmAddSheetNo

    I need some help with this form “frmAddSheetNo” In the dbLine Data Base. I tried to copy and paste the information that had been entered for adding Sheets and spools in the “db Projectdb_1_30_06” but it keeps giving me error messages asking for “Dim db As DAO.Database” and I do not know what...
  12. B

    Generating Records

    I am trying to copy a field multiple times based on a number in an unbound field on a form. As well attach a consecutive number base on the number enter in the unbound text box. Like this [Table1] . [Field 1] A70-3886-01 A70-7003-01 copy this many times unbound text box on form in to...
Back
Top Bottom