Hello,
Just started using/learing Visual Web Developer 2005.
What im looking to do is:
1) Have a login page
x user goes to data entry
y user goto reporting page pulled from data entries
[or x user see's different menumap as y user] <-----might be a "nice" method
Only authenicated user allowed access
2) Create a nice user interface for data entry . Also a link to a DetailView grid for all data entered
2a) Once data is submitted ,
how can I automatically make all the fields go back to the default view
of them? Sorta like in MS Access, when you start a new record.
3) Create a querie on the reporting page so y user enters in for example a purchase order number
show results in DetailsView
Print out results
Notes: I watched most of all the beginner videos on MS's site and cant seem to figurre our how to actually postBack to a specific location database..
Reason:
We have an access DB currently, I'd rather it be a web-based
application so customers can reference data reports live/real-time -vs-
waiting for a request from a customer, emailing .pdf file.
Much Thanks