F
Futureline RoyAlty via AccessMonster.com
Thanks for reading this.
I have made a very simple database to store some data about computer parts.
This is done by filling several textboxes. The last textbox is filled with a code that sums up all the textbox values in to ?Textbox30?.
(Control source) =[Pentium]+[CPU]+[Geheugen]+[HD]+[CD/DVD]+[NIC]+[SND]
Everything works fine. Now I want to store the generated value in to a table field in the database. The database is called ?Barcode_Totaal? and de field is ?Barcodesave?
What I want to do is save this value when I hit the save button this value is saved in this field.
I am completely stuck. Hope you can give me some hits or examples.
Roy
I have made a very simple database to store some data about computer parts.
This is done by filling several textboxes. The last textbox is filled with a code that sums up all the textbox values in to ?Textbox30?.
(Control source) =[Pentium]+[CPU]+[Geheugen]+[HD]+[CD/DVD]+[NIC]+[SND]
Everything works fine. Now I want to store the generated value in to a table field in the database. The database is called ?Barcode_Totaal? and de field is ?Barcodesave?
What I want to do is save this value when I hit the save button this value is saved in this field.
I am completely stuck. Hope you can give me some hits or examples.
Roy