Edit Form Problems

  • Thread starter Thread starter jwr
  • Start date Start date
J

jwr

I have a table Products that is included on my Order Entry form. This is
what I am wanting to do:

1. On the master table item reads: widget with rings
2. On Order entry form, I need to change it to read widget without rings

I want to change it on the order entry form -- BUT not affect the master
table.

Can this be done???

Thanks in advance
 
jwr,

For the sake of simplicity, I'd suggest just adding 'widget without rings'
to the products table, although were it my db, I'd store 'widget' only in
the product table, and create a separate table for available options such as
rings, wings, and things.

JMHO,
Brian
 
Thank you for your response.
JR
Brian Bastl said:
jwr,

For the sake of simplicity, I'd suggest just adding 'widget without rings'
to the products table, although were it my db, I'd store 'widget' only in
the product table, and create a separate table for available options such as
rings, wings, and things.

JMHO,
Brian
 
Back
Top