Search results

  1. C

    Subform displays previous child records

    I'm creating a simple database to handle quotes. My parent table is tblQuote: (fieldname /datatype) - number (pk) /number - createdate /datetime - owner /txt - title /txt - contactname /txt - customerid /number - revision /number - lastupdatedate /datetime - status /number Child table is...
  2. C

    Selecting all textbox text on GotFocus

    I need a way of achieving the following: When the user clicks onto a textbox, the text displayed in it is automatically highlighted. This already happens when you tab from one field to the next and allows quick overtyping of the field text without the need to highlight first. Unless there's...
  3. C

    Problem with sub-reports

    In my Access 2000 format database that I'm developing in Access 2002, I have a report to which I want to add 3 sub-reports. I add the first one -- no problem. I add the second and can link the child/master fields OK and preview OK. The problem occurs when I save changes (either clicking Save...
Back
Top Bottom