N
Niklas
Hi all,
Case:
There are two tables in dbs, one for basic data (tblBasic)
like Product name, Product description… and one for
special data (tblSpecial) like Product Costs, Product
location… The Special data changes every year, so there
are one field for several years - like Costs_2002,
Costs_2003, Costs_2004, Location_2002, Location_2003,
Location_2004 etc…
I have a form for data updating. Now I’d like to have
command buttons, like 2002, 2003, 2004 on the form so I
could scan/edit/add/delete the yarly special data on the
form by clicking the “yearbutton”.
Any code behind the button or other ideas to solve this?
Case:
There are two tables in dbs, one for basic data (tblBasic)
like Product name, Product description… and one for
special data (tblSpecial) like Product Costs, Product
location… The Special data changes every year, so there
are one field for several years - like Costs_2002,
Costs_2003, Costs_2004, Location_2002, Location_2003,
Location_2004 etc…
I have a form for data updating. Now I’d like to have
command buttons, like 2002, 2003, 2004 on the form so I
could scan/edit/add/delete the yarly special data on the
form by clicking the “yearbutton”.
Any code behind the button or other ideas to solve this?