Recent content by Pringle5555

  1. P

    Problem with VBA

    This is what ive got so far Private Sub Last_Name_AfterUpdate() Me.Last_Name.Value = Me.Last_Name.Column(0) Me.Salutation.Value = Me.Last_Name.Column(1) Me.First_name.Value = Me.Last_Name.Column(2) Me.Contract_Reference.Value = Me.Last_Name.Column(3) Me.Address_1.Value =...
  2. P

    Problem with VBA

    Hi Guys, Ive got a strange one here. I have 2 machines with access 2007, 1 with 2010, and 2 with 2013. and my DB is a 2007 DB. I have it set up so I can open it on all the machines on the same time. This is all working fine with no problems. I have 2 tables. A service record table and a...
Back
Top Bottom