Search results

  1. P

    Can't get in to design view - help!

    I've got a bit of a problem with my database. For reasons I won't go into I set the unload event of my main menu form to "Cancel = True". I thought that's what I wanted to get round a problem I had, but it turns out it isn't. Anyway, I now can't change that Unload event as this form no longer...
  2. P

    Command button to open form at a specific record

    I’m working on a database which stores information on hospital patients with neurological disorders. There are currently two tables: 1. Audit_Proforma (which stores info on the patients and their medical history), and 2. AED (which stores info on their drug regimes). What I would like is a...
  3. P

    Importing values from one table to another

    I’m sure this is really simple, but I can’t figure it out. I’ve been working with Access for a few months, but have been playing around with forms, reports and queries on pre-existing databases. Now I’ve got to design my own from scratch and have come up with a problem. I’ve been asked to...
  4. P

    Enabling a combo box based on another combo box

    I have got 3 combo boxes (named SP_combox_box, CP_combo_box and Partial_evol_combo_box) which I only want enabled if another combo box (called PartSz_combo_box) is filled in as “Yes”. I’ve tried two different ways to do this, neither of which works. The first was to write the following code...
  5. P

    Enabling a form control

    Hi. I’m very new to Access and have a question which I’m sure is easy to answer, but which I just can’t work out at all. I’ve designed a form in which there’s a check box for a field called ‘other’ and a text box for a field called ‘other_specify’. What I want to do is have the other_specify box...
Back
Top Bottom