Search results

  1. T

    Run-Time Error 3464 Data Type Mismatch

    Hello, I am trying to open a form based on a records PrimaryID number, in this case it is called ProposalNumberID. The VBA code I'm using to do this is: Private Sub Proposal_Number_Click() DoCmd.OpenForm "frmPROPOSALINFORMATIONInputForm", , , "[ProposalNumberID] = '" &...
  2. T

    Data Validation 'Tag Method'

    Thanks for the tips, Fuse3k! I've applied those changes. So that error occurred at 'PrimaryID', which I now replaced with 'ProposalNumberID'. Now I have a new "compile error: Expected variable or procedure, not module." This occurs at 'validateform(Me.Form).
  3. T

    Data Validation 'Tag Method'

    Hello, I am in the process of developing a form for use in sales office to capture opportunity information and have run across a bit of a problem. I am looking to use the 'tag' data validation method because I wish to have a different input form for the administrator and the sales lead...
Back
Top Bottom