Is there a way to create a PDF document using Adobe Acrobat 7.0 such that the PDF document can be filled in and saved on another PC running Adobe Reader 7.0?
Thanks
Warpmail
I've created a macro to open, print, and close labels in Access. The problem is the "Print Macro Definition" dialog box pops up each time. How do I prevent this dialog box from popping up? The actions are:
OpenReport
PrintOut
Close
Thanks
I have the following event procedure code for a form:
Private Sub ID_Number_BeforeUpdate(Cancel As Integer)
If DCount("*", "Master", "[ID Number]='" & [ID Number] & "'") > 0 Then
MsgBox "Duplicate ID - enter another ID or exit form", vbExclamation
Cancel = True
[ID...
I have created a table called Master. It contains ID Number (text field). The ID Number is indexed, and duplicates are not allowed. I've also created a form called Registration based on this table. The problem is that if a duplicate ID is entered on the form, the error message appears only after...
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.