J
jbennett via AccessMonster.com
i have about 14 text boxes i need to add up when i hit a button and then the
total will be displayed in another text box. so i created the botton then put
in code and i declared variables like this:
dim rg1 as integer
rg1 = txtrg1.text
i do that for all 14 boxes but when i run it it's say that i need focus on
control or something for it to work. i was wondering if anyone can help me
out. thanks. if you need more info just let me know.
total will be displayed in another text box. so i created the botton then put
in code and i declared variables like this:
dim rg1 as integer
rg1 = txtrg1.text
i do that for all 14 boxes but when i run it it's say that i need focus on
control or something for it to work. i was wondering if anyone can help me
out. thanks. if you need more info just let me know.