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...
  6. A

    Creating a Form that will auto lookup?

    Create a Text Box to allow the user to enter the number, Create a macro button and use the wizard option to open the client form. Select the open specific data option and then select your text box and the client number on the client details form, access will then open the client details for the...
  7. A

    Auto close form when another opens

    Creat a macro that closes one form and opens the next, then open your form in design view and create macro button, then assign the macro to the button. You will have to create a new macro for each button that opens a form.
Back
Top Bottom