Hello all,
I was wondering if I could get some pointers with regards to a project I've just started..
I'm not exactly new to Access but I am with SQL server 2000 (Yes, I'm working with a machine that has SQL2000!!) but will eventually be moving the machine to 2008.
I'm to design a small data entry web page (vb .net) that collects basic data, name, business address and a rough outline of product costs, ie, how much paper do you use, how much does it cost?
At this point, there will be various calculations behind the scenes, with a few if(a6=0,a5,a9)(In excel terms

etc etc, then present the data back to the person.
I can easily design an input page and output page, with the data stored on the server, it's just a few middle bits that I'm missing with regards to changing the data
1 - Create the table that contains the data
2 - Create a trigger that copies the inputted data to another table, with the trigger also having the calculations. Finished data provided by the new table, to be overwritten by the next data input.
or
1 - Create the table that contains the data
2 - Create a 'view' that also compeletes the data calculations
Any pointers? I'm surrounded by books but would simply require pointers to get me reading and on my way/testing.
Thanks all