Proteck all recode and pint one recode at one page

Q

Qazi Ahmad

Please tell me, how I get single record print at single page because I have
100 recode. And I want to print one recode at one single page and second
record at second page. If I want to print any one or more record range how I
get print at singe page one by one.(I have designed pinted invoice format so
I want to take print at that invoice)

Second Question, how I protect all record not to be deleted by any one
accept me. Other can see and enter the data, get print but, no one can delete
any entered record except me.
 
A

Allen Browne

To get a separate page for each record, open the report in design view.
Right-click the grey bar indicating the Detail section, and choose
Properites.
Set the Force New Page to Before Section.
Every record will now print on a page of its own.

To prevent others from deleting records, open your form in design view, and
set the form's Allow Deletions property to No. Now no-one can delete records
in the form. You can still delete them by opening the table directly, and
deleting the record there.
 
Top