D
Dave
I have a form that I use for order entry. I want to use the same form to
display the detail of an indiviual order.
When used for order entry, I need the form to be able to accept inserts,
updates and navigate through the entrire recordset of orders. However, when
this form is called to display a single order's detail, I do not want to
allow inserts or display the record naviagtion controls.
Do I have to create two separate forms for this? Or can I use VBA to
dynamically set the forms properties depending on how (in what context) it
is called? If so, how?
display the detail of an indiviual order.
When used for order entry, I need the form to be able to accept inserts,
updates and navigate through the entrire recordset of orders. However, when
this form is called to display a single order's detail, I do not want to
allow inserts or display the record naviagtion controls.
Do I have to create two separate forms for this? Or can I use VBA to
dynamically set the forms properties depending on how (in what context) it
is called? If so, how?