Search results

  1. Pusher

    Question Login and backup for access 2007

    Hi y'all, How to make multiple user accounts that can login with logs of logins and different administration rights for my access 2007 db. Maybe i can use some outside program for loging in and making logs of use. Also how to make an automatic backup of a db.
  2. Pusher

    Report from a query

    Hi, I need a report that gets data from a qry that is defined by a combo box and date and time Do I need to make a form that makes a qry and can I make a button for getting that report in that form – or is there another way of doing this.
  3. Pusher

    Login and backup for access 2007

    Security is what i am looking for with logs of usage by the users. And i want an automatic backup when someone closes the db. How can i make users and and administrator account for my db. I want to be the only administrator and i want users that can use specific forms that i chose.
  4. Pusher

    Login and backup for access 2007

    How to make multiple user accounts with logs of logins and different administration rights for my access 2007 db. Also how to make an automatic backup of a db.
  5. Pusher

    Dates and times in forms

    Thanks :) That helped
  6. Pusher

    Dates and times in forms

    I have a date field in a form and 3 short time fields in the same form. Does the short times contains the dates or is it just the Hour:Min and is that date the date i enter in that different date only field.
  7. Pusher

    How to Tab tru the forms boxes in your own order

    How can i make my own order when i press TAB in my form.
  8. Pusher

    Time Box controls check box and vice versa

    I just wanted to make it easier for the people in the enter form not to make a mistake
  9. Pusher

    Time Box controls check box and vice versa

    How can i make a date box control a check box. If i enter the end time - the UNFINISHED check box cant be checked. If the UNFINISHED check box is checked the end time cant be entered. Thanks
  10. Pusher

    Box with chosen value stays in the next record

    This worked thanks a bunch :)
  11. Pusher

    Box with chosen value stays in the next record

    Its because of the input mask - when i delete the input mask 99.99.0000;0;_ it works :( - How can i fix this and keep the input mask?
  12. Pusher

    Box with chosen value stays in the next record

    Not working ... :( maybe b/c i made a button for today's date... Private Sub DanasnjiDatum_Click() On Error GoTo Err_DanasnjiDatum_Click Me.DATUM_IZVESTAJA = Date DoCmd.RunCommand acCmdApplyFilterSort Exit_DanasnjiDatum_Click: Exit Sub Err_DanasnjiDatum_Click: MsgBox...
  13. Pusher

    Box with chosen value stays in the next record

    Thanks this is working :) but how can i make it work for dates as well. It works for text in the box but when i put the box with the date it does not.
  14. Pusher

    Display information from a qry in a form

    I want to by changing one combo box to automatically get the information. I get that info in the other combo box when I do this but I must click the combo box to get it.
  15. Pusher

    Box with chosen value stays in the next record

    John Big Booty's solution is working, but when i go to the next record it does not work. When i close the form and open it again it works. It gets the last record form the table.
  16. Pusher

    Display information from a qry in a form

    Hello people, How can I display the results from a qry that contains information in 3 fields that can’t be changed? When we chose a street name – I need the Names of people that work on them and the location of the street. I have a qry that does just that – I want the info in that qry to...
  17. Pusher

    Box with chosen value stays in the next record

    This works but when i open the form - not when i go to the next record - how to fix this?
  18. Pusher

    Box with chosen value stays in the next record

    Hello friends, How can i make a box remember the value from the last record and fill the box automatically when i go to the next Thanks a lot
  19. Pusher

    Button for entering today's date and exact time

    Got it :) thanks
  20. Pusher

    Button for entering today's date and exact time

    Hello friends, I have a text box for entering a date and 3 boxes for entering short time - I want to make 4 buttons for every box that I can press for today’s date and 3 for the entering the exact time - but I want to leave the manual entering of the time also. Thanks a lot
Back
Top Bottom