ipaqAccess
Registered User.
- Local time
- Today, 07:50
- Joined
- Jun 13, 2011
- Messages
- 11
Hi all,
I am newbie and trying to create a Form to checking the arrival/amount on stock status of a list of goods.
So I have:
Table tbl_parts with part number and description which Part number is the key.
Table tbl_arrival with Part number and ship date, arrival date, and delivery date ,
Table tbl_amount with Part number and On hand, sign out.
I created a form with 2 list boxes are Part number and Description and textboxes are shipdate, arrival date, delivery date, on hand, sign out.
How can I make other text boxes auto display the current value whenever I select Part number/Description on the list box?
Tried to search the forum but cant find any solution.
Thanks a lot for your help.
I am newbie and trying to create a Form to checking the arrival/amount on stock status of a list of goods.
So I have:
Table tbl_parts with part number and description which Part number is the key.
Table tbl_arrival with Part number and ship date, arrival date, and delivery date ,
Table tbl_amount with Part number and On hand, sign out.
I created a form with 2 list boxes are Part number and Description and textboxes are shipdate, arrival date, delivery date, on hand, sign out.
How can I make other text boxes auto display the current value whenever I select Part number/Description on the list box?
Tried to search the forum but cant find any solution.
Thanks a lot for your help.