I have code to write the results of an Excel file to pdf. I'd like to make that pdf 'read only' when saving. How do I do that?
Thanks!
User Profile
Collapse
-
making a pdf file 'read only' using vb
-
open a form without opening Access window
Hello, Is there a way of opening an Access form without opening the Access window? Right now when I open the form, the Access window is a lot bigger than the form so I have to resize the Access window so it doesn't take up my whole screen (the form is about 2" x 3"). If there is no way to open only the form without the Access window opening, is there a way to automatically set the size of the Access window and close the menu bar?\... -
Filter search based on subform
I have the following code in my program allowing users to search for entries matching up to five different criteria at once. I changed the form to now contain a subform and would like to allow the users to search by fields contained in the subform. The field on the subform that I would like to include in the search is [Presentation], but just including [Presentation] in the code did not do the trick -the search was not recognizing the subform field... -
I deleted the Dim statement and it works just fine!
Thank you so much!... -
I'm using Access 97. ViewOptions is an Option Box with two radio buttons, one with value of 1 and the other with value of 2. I have it defined as follows: Dim ViewOptions As OptionGroupLeave a comment:
-
-
'Object variable or With block variable not set'
I keep getting the error 'Object variable or With block variable not set' with the following code. 'i' is integer, ViewOptions is OptionBox.
Any idea what I'm doing wrong?
...Code:For i = 0 To 4 If ViewOptions.Value = 1 Then If i = 0 Then If IsNumeric(strCriteria(i)) Then LinkCriteriaFinal = "(" & LinkCriteria(i) & " like " &Last edited by Killer42; Mar 5 '07, 08:29 PM. Reason: Please put [CODE]...[/CODE] tags around your code
No activity results to display
Show More
Leave a comment: