Search results

  1. C

    Populating control with previous data

    I found the solution to the problem. I had a beforeupdate code that was preventing the afterupdate to work
  2. C

    Populating control with previous data

    No I have not. What would that tell me and how would I do that
  3. C

    Populating control with previous data

    I have added the following code to my database Private Sub Upper_Work_Roll_Serial__AfterUpdate() Me.Upper_Work_Roll_Serial_.DefaultValue = """" & Me.Upper_Work_Roll_Serial_.Value & """" End Sub to allow for the carrying over of data from a previous record to the new record, however the...
  4. C

    New User

    Hi, I am a new user to your forum with some experience with databases.
Back
Top Bottom