A
alexorin
Hi all.
I have a form (ClientOrders) with Orders and Payments as subforms in 2 tabs.
There is a text field (RemainingTotals) on the top of my form which
calculates
[OrdersTotal]-[PaymentsTotal] and gives me the remaining total.
I have another form (CustomerDetails) with Name and LastName, with a command
button which, on press, drives me to the ClientOrders form of the current
customer's record. CustomerDetails form is continous.
I would like to add the text box RemainingTotals (as shown in the
ClientOrders form) to my CustomerDetails form.
Any ideas how to do that? Tnx in advance!!
PS: I have created 2 queries calculating the OrdersTotal and PaymentsTotal
for every customer, based o their ID.
I have a form (ClientOrders) with Orders and Payments as subforms in 2 tabs.
There is a text field (RemainingTotals) on the top of my form which
calculates
[OrdersTotal]-[PaymentsTotal] and gives me the remaining total.
I have another form (CustomerDetails) with Name and LastName, with a command
button which, on press, drives me to the ClientOrders form of the current
customer's record. CustomerDetails form is continous.
I would like to add the text box RemainingTotals (as shown in the
ClientOrders form) to my CustomerDetails form.
Any ideas how to do that? Tnx in advance!!
PS: I have created 2 queries calculating the OrdersTotal and PaymentsTotal
for every customer, based o their ID.