Search results

  1. N

    Report button needs to pull specific records only

    I created a button that pulls up a specific record in a form: Private Sub OpenExistingAuthor_Click() On Error GoTo Err_OpenExistingAuthor_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "ManscriptTitleForm" stLinkCriteria = "[LeadAuthor]=" & "'" &...
  2. N

    First name, last name, Full name field frustrations

    I have a lookup table that includes the names of faculty members. They are currently listed as 'lastname, firstname middleinitial' in a field called FullName. I use a combo field in the queries (and subsequent forms and reports) to allow the user to pull the name of faculty member they need...
  3. N

    self-taught and confused

    Hello everyone, I first learned about database development using Access (on Win 95) and Claris Works. I have come a long way but still only "know enough to be dangerous". I have developed relational databases for tracking phone calls to a crisis hotline and for tracking grants. I am...
Back
Top Bottom