Search results

  1. K

    Form to query to report

    I repeatedly enter new customer to a form from on which I can click a button to print a letter and then click another button to prepare the evevlope. As long as there are no interruptions the form can be scrolled back and forth to accomplish these tasks. If the form is closed I then need to go...
  2. K

    Parameter Value error

    I click a command button on a form to print a report and get a message box that calls for a parameter value to be entered with the notation "tblClientInformation.ClientReTracePrice" The requested print report is a fax cover sheet to my client. The parameter error has nothing to do with the...
  3. K

    Apostrophe problem

    A button opens a new data entry form and works for all my clients except when the name contains an apostrophe like O'Brien The code follows: Private Sub cmdNewSubscriber_Click() On Error GoTo Err_cmdNewSubscriber_Click Dim stDocName As String Dim stLinkCriteria As String...
  4. K

    Modify form

    I am a newbe - so here goes. I need to change a product I sell to another name, i.e. ReTrace to No Record. Is there way to locat all instances of "Retrace" in Tables, Forms, Reports, SQL statements etc and simply change it to "No Record" Similar to the Find Replace option. I already tried...
Back
Top Bottom