Search results

  1. M

    Help with Complex (?) report problem

    Hope I can explain this clearly: I have a junction/correlation table that relates patients to doctors. Thus there is one record for every patient /doctor relationship. This is one of a number of tables I use to form a query, which I use to determine whether a patient needs a report/letter...
  2. M

    String search on a Memo field

    Hello all: I have a form with a textbox. In this text box I would like to search text that has been typed in the box for a specific word, and if this phrase has been found, I would like specific checkboxes to be checked. A sample of my code for this is below: Private Sub Notes_AfterUpdate()...
  3. M

    Update automatically with linked forms

    I have two forms for two tables in a one-to-many relationship.. What I want to do is to be able to fill out the form in the many table (which has the primary key of the "one" table) and have it create a record automatically in the "one" table. So as it stands now, Access states that other data...
  4. M

    queries and mulitple row headings

    I'm kind of new at this, but I'm eager to learn so please bear with what is probably a really easy question.:) I have a two crosstab queries in which I pulled from total counts of a value based on two different row headings. For example, I have one query that gives the total count of doctors...
Back
Top Bottom