Search results

  1. J

    Setting the Default Option Value

    Hi I currently have a form which has 3 option values that change depending on the chosen value in a combo box using the following code: Me.Controls("OptionA").OptionValue = Me.PriceA Me.Controls("OptionB").OptionValue = Me.PriceB Me.Controls("OptionC").OptionValue = Me.PriceC If possible I...
  2. J

    Print each page of a report multiple times

    Hi I currently have a report based on a query which creates invoices for cutomers. What I would like to do is print each page of the report 3 times. - (Each page in the report contains details of different customers.) If possible can the text on each copy be a different colour? So the print...
  3. J

    stLinkCriteria and subforms

    Hi I have a form(Enquiry) which contains a subform(site) which are locked to prevent data being changed. When a button is clicked I would like to open the currently viewed customer's details and site details in another form called: EDITEnquiry which is not locked. I have managed to do this...
Back
Top Bottom