ethan1701
Technical User
- Jan 10, 2003
- 16
Okay, here's my situation:
I have a orders_total table and an orders_detail table. they are joined by order_id, which is a unique key in orders_total. I built a form with a subform built on these two tables. In orders_total, I have a column named orders_income. I'd like to make a textbox in the form which is bound to this column, and would be updated with every change to the total value of the products sold, based on the sub-form's products_price*products_quantity.
Within the subform, I managed to create an unbound textbox that displayes the total income per product, but I can't figure out how to bind a calculated field to a table.
Now I've read around here about normalization. WTF?! I think having the total income from an order stored in ad order_total table is elementary in database structures. It would be totally absurd to have to query two tables for this information...
Can anyone guide me as to how I can bind the calculated field? take into account I've never used access before (I'm well versed in databases and VBA, just never used access), so please be specific as to where I find any of the things you refer to.
I really appreciate your help,
-Ethan
I have a orders_total table and an orders_detail table. they are joined by order_id, which is a unique key in orders_total. I built a form with a subform built on these two tables. In orders_total, I have a column named orders_income. I'd like to make a textbox in the form which is bound to this column, and would be updated with every change to the total value of the products sold, based on the sub-form's products_price*products_quantity.
Within the subform, I managed to create an unbound textbox that displayes the total income per product, but I can't figure out how to bind a calculated field to a table.
Now I've read around here about normalization. WTF?! I think having the total income from an order stored in ad order_total table is elementary in database structures. It would be totally absurd to have to query two tables for this information...
Can anyone guide me as to how I can bind the calculated field? take into account I've never used access before (I'm well versed in databases and VBA, just never used access), so please be specific as to where I find any of the things you refer to.
I really appreciate your help,
-Ethan