Search results

  1. G

    multiplying a global variable

    I have a global variable called g_dblConversion that saves the conversion rate from a seperate form for use in the order form. On the order form I have a list price box which pulls the list price from the table on which I have placed the following on before update: Me.TxtListPrice.Value =...
  2. G

    lots of "and"s in if statement

    Hi I have code in vba that I want to execute only if a number of criteria are met. Private Sub Form_Current() 'displays the file status and the TA status for any study On Error GoTo PROC_ERR Dim SFStatus As String Dim SFStatus1 As String Dim SFStatus2 As String Dim SFStatus3 As String Dim...
Back
Top Bottom