Hi.
I have a cashbook balance (tbl_CBBalance) table set up like so:
Region CB_Balance
A 10
B 17
C 9
D etc..
I have a form with text box controls on it named so:
txtABalance
txtBBalance
tctCBalance
What I would like to do is to read the values from tbl_CBBalance into the respective text boxes when the form is loaded.
How would be the best way to achieve this? I have set tbl_CBBalances to be the control for my form but I only get 2 field options (Region & £) and not a listing of the regional values.
A star for a working answer. Thanks for anything.
Russie.
I have a cashbook balance (tbl_CBBalance) table set up like so:
Region CB_Balance
A 10
B 17
C 9
D etc..
I have a form with text box controls on it named so:
txtABalance
txtBBalance
tctCBalance
What I would like to do is to read the values from tbl_CBBalance into the respective text boxes when the form is loaded.
How would be the best way to achieve this? I have set tbl_CBBalances to be the control for my form but I only get 2 field options (Region & £) and not a listing of the regional values.
A star for a working answer. Thanks for anything.
Russie.