Search results

  1. K

    Form not updating with Records

    I have a form that will not load the records on open. I have an on open command that points it to a new record but I would like the user to be able to go back through the list to edit prior entries if need be. Why will it not load all records. The control source is a query and when the query...
  2. K

    report based on 30 days

    I need to develop a report that will check the database for all names who have not had an evaluation in the past 30 days. The tables are linked by Social Security Number. They have multiple evaluations per person.
  3. K

    Third Option of Combo Box Wizard

    What Reference has to be turned on in order to get the third option of get data based on selection? I can't seem to find the correct Reference! Thanks Landon
  4. K

    Query Guru Needed

    Please help with the following problem http://www.access-programmers.co.uk/ubb/Forum7/HTML/002491.html thanks [This message has been edited by kellan4459 (edited 12-03-2001).]
  5. K

    Add in Combo Box or Lookup Values

    I have asked before but I didn't get the solution. What I am looking at is a Table Named EmployeeData. This table contains the fields {SSN, LastName, FirstName, MiddleInitial, OriginalHireDate, OriginalPayRate, Discipline, Level} I want the combo box to check if SSN(combo box field) has been...
  6. K

    Error when adding to Combo List

    Here is my code: Private Sub Combo35_NotInList(NewData As String, Response As Integer) Dim db As Database, rs As Recordset Dim strMsg As String strMsg = "'" & NewData & "' is not an available Social Security Number." strMsg = strMsg & " Click Yes to Add or No to re-type it."...
  7. K

    update current pay based on entered data

    I need to be able to update the current pay field based on pay increase/decrease amount that is entered after evaluations. It must be based on the person's Social Security Number to validate the correct employee and then current pay = current pay + Pay Change. It will do this each time a new...
  8. K

    Bound Text Box for SSN check for duplicate first

    I have a text box that the user will enter the SSN in. I need to figure out a way that when they tab to the next field access will check to see if SSN has been entered before. If it has I want a vbok error message to show that the SSN has been entered before. On ok the field will be cleared...
Back
Top Bottom