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.
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.
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.
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.
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.
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
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...
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.
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.
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...
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