Robbyp2001
Registered User.
- Local time
- Tomorrow, 02:47
- Joined
- Oct 8, 2011
- Messages
- 143
In a stock order database, I have a main form [mainform] which containes the customer name and ID based om an underying table [OrderTbl]. Below this is a subform StockSub1. This is based on the underlying table [ordertbl] and contains order details, Item classification, Item description, order date and number ordered. So far so good.
Below this is another continuous subform [Stocksub2] that holds a hsitory of the orders made by the above customer.
What I am trying to achieve is the records in [Stocksub2] update immediately another order is made.
If I move away from the record and back again, or press F5 to refresh, I can see the list, so they are there. However, I need this list to be updated either at the click of a button on [StockSub1] or after updating the last field on [StockSub1].
I have tried trawling for some code to do this but after having tried everything, I still cannot get this to update.
Could someone be kind enough to help me with this? I have a attached a copy of what I have so far.
Rob
Below this is another continuous subform [Stocksub2] that holds a hsitory of the orders made by the above customer.
What I am trying to achieve is the records in [Stocksub2] update immediately another order is made.
If I move away from the record and back again, or press F5 to refresh, I can see the list, so they are there. However, I need this list to be updated either at the click of a button on [StockSub1] or after updating the last field on [StockSub1].
I have tried trawling for some code to do this but after having tried everything, I still cannot get this to update.
Could someone be kind enough to help me with this? I have a attached a copy of what I have so far.
Rob