Search results

  1. B

    Solved Some VBA Code Being Ignored

    The following is in an after update event of a form :- If Not IsNull(ProposedInspectionDate) Then DoCmd.Hourglass True lblPleaseWait.Visible = True Forms![_Assign_Inspections].Form.Refresh Call CalculateOutstandingTanks lblPleaseWait.Visible = False...
  2. B

    Some Code being ignored - Posted in wrong Forum - Have re-posted

    The following is in an after update event of a form :- If Not IsNull(ProposedInspectionDate) Then DoCmd.Hourglass True lblPleaseWait.Visible = True Forms![_Assign_Inspections].Form.Refresh Call CalculateOutstandingTanks lblPleaseWait.Visible = False...
  3. B

    Hello

    Database Programmer for almost 40 Years, started on dBase II, progressed through dBase III & IV, then DataEase and then Access for some 20 Years. I'm now migrating my first Access database to work with a SQL Server Backend.
Back
Top Bottom