can I create a report with ms access to print pre-printed form.I just want to print the data only. I know I can do that by check data only on page setup dilog box.
but I want to Know can I do it by write code in then report or the form to print the data only on my pre-printed form.
on activate event in the form with listbox insert this code
On Error GoTo Err_REFRESH_Click
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
Exit_REFRESH_Click:
Exit Sub
Err_REFRESH_Click:
MsgBox Err.Description
Resume Exit_REFRESH_Click
I use this code below to open my form if the right password is enter.
I need somebody help me write a code with computer date which I have
to change the password every 30 days. Like this code " gasim" is
password.
Private Sub Form_Open(Cancel As Integer)
Dim sResponse As...
I write this code down blow to disable my form from load on certain date on the month and is working very fine.
I would like to know how random password work. I want instead of chaging the date every month. use password I give it to the user let the application working for the next month and...
I did have access database application and is working fine
but every time I change the printer I have to change the margin of the report to the new printer otherwise it print two pages. Some time I use my application to print pre-printed form so my application working fine with dot matrix...
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.