Search results

  1. B

    Creating a Pop-up calendar

    Does anyone know if it is possible to create a calendar, with term dates inserted by myself, that others could then use when planning courses ???
  2. B

    Audit Trail

    I have a database on a network which is shared by other users. These users are supposed to use this database monthly to montitor there budgets. I want to be able to create an audit trail on each time they open the database. I am using the OSUserName function to get there netwotk login id. Can...
  3. B

    Form validation

    I am trying to validate fields in a form, before an email is sent saying the form is OK. this is my code : Private Sub Save_Click() If Me.Team = "" Then MsgBox "You must enter your Team name", "Data Validation" Me.Team.SetFocus ElseIf Me.Customer = "" Then...
Back
Top Bottom