Hey again! I know this has been asked before, but I don't understand the answers that well...I'm very new!
I doing a program to write up food orders. As of now, I just have an unbound text box next to the item that shows its price.
The price amount is set in the default value in that text box.
I call upon that price in a control source calculation for the order total.
Everything works fine, but I realized a problem. I want my user to be able to update prices for an item when necessary.
I know I will have to build a table to store prices.
How should this table be formed and and how do I build an "update prices" form that would actually change the defalt value of a field? Is this even possible?
Thanks,
Stacey
I doing a program to write up food orders. As of now, I just have an unbound text box next to the item that shows its price.
The price amount is set in the default value in that text box.
I call upon that price in a control source calculation for the order total.
Everything works fine, but I realized a problem. I want my user to be able to update prices for an item when necessary.
I know I will have to build a table to store prices.
How should this table be formed and and how do I build an "update prices" form that would actually change the defalt value of a field? Is this even possible?
Thanks,
Stacey