Search results

  1. A

    populate word template from a continuous form

    Is there anyway to populate a word template from a continuous form? Currently, only one record from the continuous form appears in the word template, which is the the record that has the focus. I'm using this code .ActiveDocument.Bookmarks("BookmarkOne").Select .Selection.Text...
  2. A

    Highlight last selected record

    I have a main continuous form, with a continuous subform in its footer. Is there anyway to hightlight the last selected record in the main form when the subform gets the focus?
  3. A

    Auto incrementing letter part of an alphanumeric key

    This function is supposed to auto generate an alphanumeric primary key. My form is named F_Claim and has a textbox named noOfClaims that determines the number of keys to be generated. In case of noOfClaims = 1 the format of the key would be as follows ("CLM/GC/0001/2010") While in case of...
Back
Top Bottom