Search results

  1. B

    Is it possible to group controls?

    Hi, I have a pretty standard form to enter data about contracts. Depending on the type of contract, the user will answer a yes/no type question, and the result will determine what set of information needs to be entered next. Since the variables are grouped intrinsically, I would like to make...
  2. B

    importing report template from word

    I have a form to be faxed to various individuals based on the records in an access database. Previously, this has been done using the merge fxn in Word, importing the data from a query. I think this could be better set up as a report in Access, but do not want to spend the time redesigning the...
  3. B

    Should I use an array for this data?

    I have a table with several hundred records. Up to 10 of these records belong to single individuals; with the only difference in the records being in the date_seen field and diagnosis. I would like to make this more efficient and store the data with one record containing several dates and the...
  4. B

    finding unique occurences of a record in a table

    Hi, I have a table which has duplicate records. I can tell which are the duplicates by using the find duplicates query, but I need to be able to get a table with a unique occurence of each record. I can do this in SAS using the sorting procedure with the 'nodupkey'; how does one do this in...
Back
Top Bottom