Search results

  1. B

    Syntax error in Join operation

    I have a form with a sub form in it. I have various ways to search for data with drop down boxes to pick from a list and then hit a button to search. I have one that is not working properly. It is a drop where one can pick a part number and then when you search it should bring up all records...
  2. B

    Compile Error: Variable not defined

    Thank you all. That seems to have fixed my problem.
  3. B

    Compile Error: Variable not defined

    I have a form which we use to submit requests for testing in our lab. On this form we can add or remove part niumbers. When I try to remove a part number I get the error; Compile Error: Variable not defined the debugger them opens to the following code Private Sub Command52_Click() For I = 0...
  4. B

    Report output format

    I have a database that will export a report in .pdf format. I would like to change it so its output is in word format. I think the code that controls it is below. What would need to be changed in order to export the report in Microsoft Word? Thanks! Private Sub Command56_Click() Dim...
Back
Top Bottom