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...