Search results

  1. C

    Please Help Quick! Continuing Problem passing data from one form to another

    I've been struggling with this problem all week, so if there's anyone who can respond quickly I'd be much obliged as I’m about ready to shed a tear or two over this! I have set up the following. (Note I've included ONLY the field names relevant to my problem.) A table called CAR with a...
  2. C

    Hyperlink error message

    I table has a field called Attachment, formatted as a Hyperlink. The field appears on my form with an On Click Event Procedure. Private Sub Attachment_Click() If IsNull(Attachment) Then DoCmd.RunCommand acCmdInsertHyperlink Else DoCmd.RunCommand acCmdOpenHyperlink End If End Sub...
  3. C

    Forms, Tables and Memory Variable Help

    Hi there. I'm a frustrated FoxPro coder tried to come to grips with Access -- I don't understand it at all! Please help! In a form called frmCreateCAR, a user wants to automatically complete contact details: Name Phone Email Mobile Do do this, the user clicks a buton named...
Top Bottom