Search results

  1. S

    How to refresh a field automatically?

    Hi I have seen many forums saying to use me.requery but I am not sure where to put this code. Can you please help me with this. thanks
  2. 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