M
Mark
Hi,
I have a class-scheduling database that I need help with.
First, I have a form that employees can register for a
class (classes are initially set up by an administrator in
form, which populates a class table. The class
registration form/information populates a
table, "tableClassRegistration", which has the following
fields: ClassID, EmployeeID, EmployeeLName, EmployeeFName,
WorkPhone (in addition, the table has ClassApproved and
Comments. Next, a form, "formClassApproval", is based on
table, "tableClassRegistration", that allows an
administrator to approve/disapprove the employee
registration and add comments. So,
the "formClassApproval " has three controls/fields:
approve/disapprove (a yes/no check box), comments (a text
box that allows a memo to be added), and a third control
(a list box that is populated from a query based on
the "tableClassRegistration", which has a criteria "Is
Null" in the "ClassApproved" field that returns all
records that have not been approved/disapproved yet.
Have I lost you yet?
My problem lies in the form, "formClassApproval". The
list box returns all records that have not been
approved/disapproved yet, but when I select a record in
the list box and fill in the yes/no check box and add
comments. the information is being saved in the first
record only. not in the corresponding record selected from
the list box.
My question: how can I get the list box, listing all of
the records and fields that have not been
approved/disapproved, to allow me to select a record in
the list box and then fill in the yes/no check box and
comments. and to have that information (check box and
comments) being saved to their corresponding record?
Thanks for your assistance!!!
I have a class-scheduling database that I need help with.
First, I have a form that employees can register for a
class (classes are initially set up by an administrator in
form, which populates a class table. The class
registration form/information populates a
table, "tableClassRegistration", which has the following
fields: ClassID, EmployeeID, EmployeeLName, EmployeeFName,
WorkPhone (in addition, the table has ClassApproved and
Comments. Next, a form, "formClassApproval", is based on
table, "tableClassRegistration", that allows an
administrator to approve/disapprove the employee
registration and add comments. So,
the "formClassApproval " has three controls/fields:
approve/disapprove (a yes/no check box), comments (a text
box that allows a memo to be added), and a third control
(a list box that is populated from a query based on
the "tableClassRegistration", which has a criteria "Is
Null" in the "ClassApproved" field that returns all
records that have not been approved/disapproved yet.
Have I lost you yet?
My problem lies in the form, "formClassApproval". The
list box returns all records that have not been
approved/disapproved yet, but when I select a record in
the list box and fill in the yes/no check box and add
comments. the information is being saved in the first
record only. not in the corresponding record selected from
the list box.
My question: how can I get the list box, listing all of
the records and fields that have not been
approved/disapproved, to allow me to select a record in
the list box and then fill in the yes/no check box and
comments. and to have that information (check box and
comments) being saved to their corresponding record?
Thanks for your assistance!!!