Recent content by sherimartin

  1. S

    Count the number of Months Between two dates

    I am trying t implement the code to find the months between two dates in Access. However I keep getting an error "Expected End Sub" although its in the code. Can someone help? This is the code below: Private Sub WC_Visit1_Date_Exit(Cancel As Integer) Public Function MydateDiff(Interval, DOB...
  2. S

    How to hide fields on a form

    I clicked on Run; A macro box appears to name the macro (CARE1). Then I click on Run/Step Into on the macro box, nothing happens. The cursor doesn't move.:confused:
  3. S

    How to hide fields on a form

    Hi, I am trying to hide certain fields on a form based on the value in another field (if yes or no). I used the change event to enable/disable the fields in question. however, this doesn't work. This is the code below... Private Sub Combo314_Change() If Me.Combo314 = "Yes" Or Me.Combo314 =...
  4. S

    Disabling fields in access

    Hi Guys, Does anyone know how to disable fields in Access based on data entered in a previous field? For example if "yes" is chosen from a drop down show "Date field" if "no" is chose hide "Date Field". Thanks.
  5. S

    Introduction

    The evil that men do live after them, the good is oft enterred with their bones.... Marc Anthony.
  6. S

    Introduction

    Hi All, I'm Sherian Martin. I live in Brooklyn, United States. I am an intermediate Access Programmer.
Back
Top Bottom