Search results

  1. F

    what options do i have to protect my work?

    Copy that, I ended up with the app to remotely enable/disable the SHIFT key. But, going further, i thought that any user could google the SHIFT key and find a solution; download the remote app and enable the key. So, i used this one: databasedev.co.uk/disable_shift_bypass.html (i cant post...
  2. F

    what options do i have to protect my work?

    Hello Bob, Fast and usefull answer, i appreciate it. Well, im really working to move to mysql, and work with linked tables, but nowdays i cant. Just to make it clear, "You will not be able to keep users from deleting the backend" with backend you mean what i called the SERVER.mdb file , right...
  3. F

    what options do i have to protect my work?

    Hello, I have a server-client access databases setup. SERVER.mdb has 3 tables and 3 reports with custom code. client1.mdb client2.mdb client3.mdb clients link that 3 tables and uses forms and querys. I have never worked with extra security but, now i must use it. 1) How can i secure my...
  4. F

    working with currentRecord

    this was the easiest way, but i thank you all for your time helping me, it was much appreciated and i will sure try all the other ways when i have more time to practice.
  5. F

    working with currentRecord

    Im gonna try that, but before start, i have a doub. What is the code i should add in order to get the value of the field the user is selecting?
  6. F

    working with currentRecord

    uh oh, i dont understand sorry, please, explain further. thanks in advance for your time.
  7. F

    working with currentRecord

    but how can i retrieve only the value of the field "address", which belongs to the selected record in the subform?? i mean: id - address - name 1 street paul 2 street betty 3 road idontknow if i am currently selecting the second row, how can i get the name...
  8. F

    working with currentRecord

    Hello all! I want to retrieve the fields of the selected value in a subform I have a form with a subform inside in access 2003. If i select a row in that subform, with this code: [mySubform].Form.CurrentRecord i can get the number of the row, ie: 1 if is the first row. Now, how can i...
Back
Top Bottom