Search results

  1. H

    Generate a Msg if Zero Records Found

    The following is code to open a form and records with a specific date as input by the user: Private Sub cmdDisplayCovers_Click() On Error GoTo Err_cmdDisplayCovers_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "frmInventory" stLinkCriteria = "[tblCovers].[Date] =...
  2. H

    Picture Too Large?

    A newbie problem: Trying too display a linked picture using Win 8.1, get error picture too large. OK in Win 7. Am using Access 2002 (10.6501.6567) SP3. The instruction flagged is: Me![ImageFrame].Picture = Me![ImagePath]
  3. H

    Newbie Report/Sort Problem/Question

    I'm a hobbiest using Access to save my First Day Cover collection in a data base. Nearly 10,000 items so far. The key to the collection is the "Scott Number", which I set up as a concatenation of three fields: Prefix as text, Number as number and Suffix as text. I want to sort on the Number...
Back
Top Bottom