2 forms from one table

  • Thread starter Thread starter Rap
  • Start date Start date
R

Rap

Hello.
I have created a switchboard.
One command to add customer
One to go into Orders (Add mode)
I'd like the 3rd one to go to Ordersbut just to View (no Edit) where I can
have the previous and next buttons which I don't want in my (AddMode)
Orders.
Could I create another order Form from the Order Table?
Is this a very stupid question???
Thanks
 
Hello.
I have created a switchboard.
One command to add customer
One to go into Orders (Add mode)
I'd like the 3rd one to go to Ordersbut just to View (no Edit) where I can
have the previous and next buttons which I don't want in my (AddMode)
Orders.
Could I create another order Form from the Order Table?

Sure. As many forms as you like. Set the new form's AllowEdits and
AllowInsert properties to No in form design view.
Is this a very stupid question???

The only stupid question is the one that you should have asked... and
didn't. No, it's not at all.

John W. Vinson[MVP]
 
Thank You John!


John Vinson said:
Sure. As many forms as you like. Set the new form's AllowEdits and
AllowInsert properties to No in form design view.


The only stupid question is the one that you should have asked... and
didn't. No, it's not at all.

John W. Vinson[MVP]
 
Back
Top