I have a simple table with employee, orderdate, and order. I need a form for adding new entries easily. I created a form for bringing up historical data using a combo selection for the employee and a date calendar that they can point and click a date and bring up all orders for that employee based on a certain date.
I want a similar concept for adding new records but have so far not been able to do it. My primary keys are badge, orderdate, and order because of the multiplicity of orders that could be under an employee on the same day. Is what I'm wanting possible for new records?
I want a similar concept for adding new records but have so far not been able to do it. My primary keys are badge, orderdate, and order because of the multiplicity of orders that could be under an employee on the same day. Is what I'm wanting possible for new records?