Search results

  1. S

    How to refresh a field automatically?

    Hi All, I have a form which has a field named VendorID it gets data from the following query SELECT TOP 2 V.VendorID, V.VendorName, COUNT(A.ClaimNumber) AS Total_assignment, V.VendorStatus FROM dbo.VendorMaster V LEFT OUTER JOIN dbo.VendorAssignment A ON...
Back
Top Bottom