Search results

  1. S

    Thank you

    Just wanted to say Thank you to everyone that has offered their help and guidance over the past few months. I present my DB next Thursday to determine whether or not I graduate and because of the functionality of my DB I know I am going to pass with flying colors. There is no way that it would...
  2. S

    creating login session

    Hey Im curious where I am going wrong with this. I currently have it in a model labeled sessions and it is not saving anything. Am I supposed to call the session with cmd_Login_Click? I am not sure how to do this if I do have to. Where else might I be going wrong? Option Compare Database...
  3. S

    Authenticate login

    This is my code to authenticate my log ins where the code is red is where it is telling me my first error is any suggestions on how to make this work? it says its a run error 3464 data mismatch Option Compare Database Private Sub cmd_Login_Click() 'Check to see if data is entered into the...
  4. 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
  5. 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 =...
  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

    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...
  8. 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.
  9. 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...
  10. 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...
Top Bottom