Search results

  1. A

    creating a key for another form....(please help!!)

    I have a continuous from which allows the user to enter details of an assessment, some times the user needs to enter more details about a particluar area of the assessment on another form. On the main assessment form i have a field called plan ID (this number is to be the primary key on the...
  2. A

    Calculating Hours Worked

    I have a form which allows the user to enter a start time and an end time for an appointment. I have a further field where i want to display the total number of hours worked. i've tried [end time] - [start time] but this does not work, i think this is due to the layout of the date e.g. 10:00...
  3. A

    Help!!!

    I have a form which contains several fields, one of the fields is called : Has The Member Had an Assessment, This field is a yes/no field, if this field = no i want Command1 to become invisible, i have tried putting the following code on current event of the form and afterupdate on the yes no...
  4. A

    Searching for records by a date defined by the user

    Hi, I need to build a query where all the records are found between two dates which the user enters, Please Help!
  5. A

    Visible or Invisible

    I have a large members form with several macro buttons leading to other froms which hold information about the member, i want to be able to make a button invisible depending on the value of a drop down box (values are yes or no, if the value = no the button is invisible, if the value = yes the...
Back
Top Bottom