Waheed2008
Registered User.
- Local time
- Tomorrow, 01:20
- Joined
- Jul 17, 2008
- Messages
- 57
I am new to access and have got a problem. I have a table Table1 in which there are 2 fields. One is Code and other is Budget. e.g.
Code ------- Budget
A12 --------- 20000
A14 --------- 19000
. ------------- .
. ------------- .
Now in a form, I have different objects for entring data into another table Table2. In this form I have added a Combo Box and populate it with Code values from Table1. There is text box in front of it. I want that when I select some Code value in Combo Box, its corresponding Budget value from Table1 is automaticaly filled up in text box. Moreover, when I click Save button, that value should be saved in Table2 along with other fields.
Can anybudy help me !
Thanks
Code ------- Budget
A12 --------- 20000
A14 --------- 19000
. ------------- .
. ------------- .
Now in a form, I have different objects for entring data into another table Table2. In this form I have added a Combo Box and populate it with Code values from Table1. There is text box in front of it. I want that when I select some Code value in Combo Box, its corresponding Budget value from Table1 is automaticaly filled up in text box. Moreover, when I click Save button, that value should be saved in Table2 along with other fields.
Can anybudy help me !
Thanks