Search results

  1. L

    Stupid Table Q, but still need ans

    Hi I have a table called tblPMDP PMDPID (PK autonumber) PMDID (FK) CostTypeID (Number) CostType ProcessPrice UNID (Number) What I want to do is to get: PMDID & CostTypeID into UNID as soon as the table receives both values By combining these 2 values I get a unique...
  2. L

    VBA Code gone wrong

    Hi All I am new and learning. Please help me with this code: MsgBox "Please Click Once Only" If ("CostTypeID", "qryCompLensPrices", "PMDID='tblPMDP.PMDID'") = ("CostTypeID", "tblPMDP", "PMDID") Then MsgBox "The Total Price has been Calculated" Else DoCmd.OpenQuery "qryAddCompCosts" End If...
Back
Top Bottom