Search results

  1. S

    double click a record in a report...

    Hey, Im trying to get a report that when a person dbl_clicks on a field(LastName, FirstName) to take that record and open it in a form. Is there a way to do this because using gotorecord and findrecord are not working for me and I dont know much about VBA code. thanks
  2. S

    print reports and labels through form cmd_buttons

    That you for the link to the extra information and the quick reply. I am going to give this a try and let you know if it was able to do what I need. Thanks.
  3. S

    Creating a list of open trouble tickets

    I will give that a try and let you know thanks for the quick response Im almost complete for what I can meet on my deadline.
  4. S

    Creating a list of open trouble tickets

    I have a cmd button on my home screen that I lbled Not Started Trouble Tickets and I am wondering how I can have it open another form or report with a condition that the status of the trouble ticket = "Not Started". on_click openform frm_TroubleTickets where condition =...
  5. S

    Tracking a login

    Hey I followed your example and pointed to all my of tables and fields(they are not exactly like yours but I understand where you are pointing to) the issue i face is that its not storing the time value.now() or the agentID. Im not really sure what I can ask you to help me fix the issue...
  6. S

    print reports and labels through form cmd_buttons

    Hey, Having a little troubles in connecting command buttons on forms to print a report and labels. I understand that I can tell cmd buttons to open a report and things like that, but i am curious how i put a button on the button of a form( lets say when a trouble ticket is complete and I want to...
  7. S

    Tracking a login

    Im sorry but that didnt help me much. from what I understood in your vba code, most of what I saw and understood was for resetting passwords. what I am trying to do is set a local variable that stores date/time of the agent log in. Access keeps telling me that setlocalvar is not an automatic...
  8. S

    what is wrong with forum

    I was getting issues when i posted this but i went into the editor mode and there was a link that i didnt have that was placed into the message.
  9. S

    Tracking a login

    I could use some advice on how I can track my logins. What I am trying to do is once the Agent clicks login and their Id and password are validated, I want it to store the agent ID and the date time of login into a table labeled stored logins. I have been trying to set local variable but...
  10. S

    what is wrong with forum

    There is something wrong with this forum, every time I try to post a message that has no links or images it continues to tell me that there are links and images and that i need to erase them.
  11. S

    Manage Users and permissions Access 2010

    This code has been very helpful, however I could use some advice on how I can track this login though. What I am trying to do is once the Agent clicks login and their Id and password are validated, I want it to store the agentID and the date/time of login into a table labeled storedlogins. I...
  12. S

    Need help!!

    Hey everyone I have a few weeks until I have to present a help desk management system to my cap stone class. I am mainly a network person but got stuck with creating the database, since there were not enough ISA or programmers in my semester most of the network guys got put into the same...
  13. S

    Password Fields

    I figured out my problem early last night I didn't realize that I was not providing you with enough information for you to be able help. The problem was that I had created a format that required 8 characters when it was a validation rule that I should have created instead that required 8...
  14. S

    Password Fields

    I do have the input mask set for password, but I don't see anywhere else that I could set the property to password. The password mask works when there is focus to the field but it is only when I lose focus that it shows the password.
  15. S

    Password Fields

    Hey everyone, First time post, but read plenty of forums. I am having a little trouble in designing a simple database as a final project for my capstone class. I am creating a help desk management system and I currently can not get the password fields to remain hidden by an * after I lose focus...
Back
Top Bottom