The following code works fine and displays text "Layer Control" on a button.
<input name="LayerControl" Type="Submit" Value="Layer Control" >
How do you get an BMP image to display instead of the text? I tried setting the type to Image but it doesn't allow me to set a value. I need to...
Thanks for your help Chance - Got it to work using last suggestion. Like you said a bit messy but it works.
DoEvents
Shell "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe /p /h """ & sfile & """"
Thanks Chance -
I gave it a try. I added a Reference to the Adobe browser and added your code. It doesn't give me any errors and executes each line, but it also doesn't seem to do anything. Here's my whole Subroutine.
Sub PastDue
Dim db As Database
Dim rs As Recordset
Dim sfile As String...
Hi All -
Am having a problem printing a large collection of existing PDF files in Access. Have used the folowing code in a loop feeding it filenames and things seem to work ok, except not all PDF files print. It tends to print a group of say 4 or 5 documents, skips some, prints some more...
Hi All -
Am having a problem printing a large collection of existing PDF files in Access. Have used the folowing code in a loop feeding it filenames and things seem to work ok, except not all PDF files print. It tends to print a group of say 4 or 5 documents, skips some, prints some more...
Hi All
This is probably a simple question.
I'm having a problem assigning a value to a date variable. What i'm looking for is something like this -
Dim RptYear As Integer
Dim RptDate As Date
If month(Now()) < 6 Then
RptYear = Year(Now()) - 2
Else
RptYear = Year(Now()) - 1
End If...
Hi All -
I have a table with 5 true/false fields. I need to calculate totals for each possible combination of true/false for each of these fields. According to my calculations that'd be 128 different queries.
tffff
ftfff
fftff
ffftf
fffft
ttfff
etc.
Does anyone have some code that would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.