You are on page 1of 1

Codigo botones acces

Dim stDocName As String Dim stWhere As String

stDocName = "" stWhere = ""

stDocName = "BiometriaHematFINAL" stWhere = "NodeControl = '" & Me![NodeControl] & "'" ' stWhere = "NoDeControl=" & Me![NoDeControl]

If Not IsNull(stDocName) And stDocName <> "" Then DoCmd.OpenReport stDocName, acPreview, , stWhere End If

You might also like