S
sarath26uk
Hi all
I have an order entry screen where customers are identified on basis of their
telephone number.When an order comes in; customer record is pulled out by
using phone number. Within this form there is a subform where their ordered
products are entered such as product no, quantity, price
Now some of the customers get special price on their products for example,
some gets 4.99 while others get 9.99 . I have created a table and query to
store these special prices based on their phone no and product no. so that
special price on a particular product for a one telephone no. for eg
4.99 for item: water for tele: 11122333
5.99 for item: water for tele: 22223333
An update query is also created so that at the order entry screen, when an
order is received you pull up the phone no. then start entering the products,
query will check the product no and see if their is a special price for this
product no. for this customer (tele no). if so update the price to that
special price.
Now when this update query is executed for each item irrespective of having
special price or not, it takes atleast 2 mins to go to the next row to enter
the next item.. this is not a reasonable time so I need some change in
strategy (i guess) , can any one suggest please.
I have an order entry screen where customers are identified on basis of their
telephone number.When an order comes in; customer record is pulled out by
using phone number. Within this form there is a subform where their ordered
products are entered such as product no, quantity, price
Now some of the customers get special price on their products for example,
some gets 4.99 while others get 9.99 . I have created a table and query to
store these special prices based on their phone no and product no. so that
special price on a particular product for a one telephone no. for eg
4.99 for item: water for tele: 11122333
5.99 for item: water for tele: 22223333
An update query is also created so that at the order entry screen, when an
order is received you pull up the phone no. then start entering the products,
query will check the product no and see if their is a special price for this
product no. for this customer (tele no). if so update the price to that
special price.
Now when this update query is executed for each item irrespective of having
special price or not, it takes atleast 2 mins to go to the next row to enter
the next item.. this is not a reasonable time so I need some change in
strategy (i guess) , can any one suggest please.