Search results

  1. N

    date query

    I have a project deliverables table with a field called due date, i need to query this table so that values appear were the due date equals todays date. I am unsure how to do this and would appreciate any help you could give me, thank you in advance.
  2. N

    Password Authenticated but logon form not closing

    I have a logon form that checks user id and password, once you click the login button a new form should open called "frmWelcome" and the "logon” form should close.The problem is that when a users password is authenticated the welcome form opens but the logon form does not close behind it. I...
  3. N

    check box values converted for report

    I have three check boxes on my form called medium type, you can only choose one of the checkboxes. If email is checked the value of 1 is entered into the table If meeting is checked the value of 2 is entered into the table If phone call is checked the value of 3 is entered into the table. The...
  4. N

    message box (vbYesNo) not working

    I have an option button used to quit the application, after it is pressed a msgbox (vbYesNo) appears asking the user "are they sure they want to exit", when they select yes they exit the applcation, the problem is that when they select No, they also exit the application!.How do I correct...
  5. N

    new reord but dont clear all fields

    In one of my forms I am presently using the standard cmdbutton(created by the access wizard) to enter new records in a form.Once pressed it clears all the fields including a combo box with project ID values this makes the user have to select the project id again, I dont want this field to be...
  6. N

    cmd button that increments numbers

    I have an issues form that records project issues, I want to add a command button that will add an issue number; once pressed that will automatically increment the last issue entered ie: if the last issue entered was 1 and then when I press the button issue number 2 will appear in the issue id...
Back
Top Bottom