Search results

  1. I

    Repeating a report element to bottom of page

    I'd like to produce a report with lines on it for the person to add their comments. The information above this area is variable in length depending on how many sub-sections are printed. Is there a way that I can repeat the lines down to the bottom of the page? I assume that there I must...
  2. I

    Printing record displayed on form

    On a form, I've added a button to print just the currently displayed record. The OnClick event of that button goes to a procedure that calls a report with the "DoCmd.OpenReport". The "WHERE" clause set to only print the current record number. Unfortunately the report insists on printing all...
  3. I

    Changing record displayed in subform

    My database has three tables linked in sort of a CUSTOMER > ORDERS > ITEMS ORDERED fashion. (The data is different but the linking concept is the same). My main data entry/display form is similarly linked in a MAIN FORM > SUBFORM > SUB-SUBFORM display. When a "customer" is chosen, I would like...
Back
Top Bottom