Search results

  1. V

    VBA code

    Taking guys advise, I change the type filename to TypeBrand and change the AfterUpdateLocation Private Sub TypeBrand_AfterUpdate() And below is the error code:
  2. V

    VBA code

    The value A or B, is a value that I manually put in the field "type"
  3. V

    VBA code

    Thanks Nautica Date1 to Date 3 to be filled , then the type field...
  4. V

    VBA code

    Im not getting error. But the formula is not working
  5. V

    VBA code

    Hi Please help me to correct the vba code below: I have 4 field: Date1,Date2,Date3,Type and a 1 text box called "Total" and below is the vba code which is not working as per the target output: The target to the vba code is that: - when the value of field "type" is A, the text box "Total"...
  6. V

    Coding query

    Hello Everyone, The codes provided are working fine. I'm still new in access, your suggestions helps a lot
  7. V

    Coding query

    Hello, Can someone please help me to correct the codes below as always ended up error: Private Sub Date_AfterUpdate() If Me.Date = "IS NULL" Then Me.Completed = "No" Else If Me.Date = "IS NOT NULL" Then Me.Completed = "Yes" End Sub The intention of the code is to have an automation value...
  8. V

    My first post

    Thank you for accepting my registration. Happy to be part of the forum.
Back
Top Bottom