Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Nitronomus

    Multiple reports to same PDF file

    I've forgotten something, I can't use OCX cause this code has to work from different workstations with different OSs. But maybe there is another way to solve the problem.
  2. Nitronomus

    Multiple reports to same PDF file

    I have the same problem. There is a prog called PDF-Append but I didn't get this tool correct to work. But here is my Codepiece: Dim stDocName As String stDocName0 = "Ber 25 Übersicht Fahrzeuge" stDocName1 = "Ber Diagr 290 Gemischadaption additiv&quot...
  3. Nitronomus

    ParameterBox vs. Combofield

    hmmm, thx. This was one "error". I've found another which was the main reson that this was not workable. But thx & BB :) Daniel
  4. Nitronomus

    ParameterBox vs. Combofield

    Hi! I've a lil' problem here: '1. Try stLinkCriteria = "'[namen]![team] = Me!Kombinationsfeld1' and" stLinkCriteria = stLinkCriteria & Statusr & Welche '2. Try 'stLinkCriteria = "(" & "team=" & "'" & Me![Kombinationsfeld1] & "'" &...
  5. Nitronomus

    Passing parameters/filters from form to report

    Hi! I've a lil' problem here: Private Sub Befehl27_Click() On Error GoTo Err_Befehl27_Click Dim stDocName As String Dim stLinkCriteria As String Dim Welche As Variant Dim Statusr As String If option1 = 1 Then Welche = -1 Statusr = "[status]>" End...

Part and Inventory Search

Back
Top