G
Gee...
I have records, displayed in a form (called PgForm) that is used to see if a
page printed properly.
The form is based on a query (called PgQry) where a dialog box opens and
asks for a Serial Number, then for the starting and ending page numbers so
the user can choose to see a particular range of pages…each page is a record.
In a field called [PID] the pages are either Accepted or Rejected. If the
pages are rejected the go for reprinting.
We need to be able to enter either “Accepted†or “Rejected†in the PID field
for the entire group of records that are showing on the form.
The last time I asked about this I was advised to use a recordset, but I
don’t know how to do that…I know, I’m ignorant.
Can anyone help me write the code to do this?
Thank you in advance for your help.
Gee
page printed properly.
The form is based on a query (called PgQry) where a dialog box opens and
asks for a Serial Number, then for the starting and ending page numbers so
the user can choose to see a particular range of pages…each page is a record.
In a field called [PID] the pages are either Accepted or Rejected. If the
pages are rejected the go for reprinting.
We need to be able to enter either “Accepted†or “Rejected†in the PID field
for the entire group of records that are showing on the form.
The last time I asked about this I was advised to use a recordset, but I
don’t know how to do that…I know, I’m ignorant.
Can anyone help me write the code to do this?
Thank you in advance for your help.
Gee