christinak
04-24-2003, 10:25 AM
I was hoping that someone out there could give me direction! I can code VB, etc. so I am not programming stupid and I know what I need to do, but I'm not sure how to do this in a web environment.
I work in a office which uses a complex project numbering system.
I have a web form to apply for a project number that I need to have do a few things:
1. programmatically find the project number based on info entered in the form and already in the database
i.e. the project number is determined by the year, the office location (we have 4 offices) and the next number in order. So if the year is 2003, the office is Lima and the next number is 199 the project number would have to be 03L199
2.submit this info to a sql server db
3. be able to bring this info back into the form in order to update it.
What I'd like to know is, what language(s) should I be using to do this? I know html and some javascript, but for the database portion, I'm not sure that this is enough...
Thanks!!!!
I work in a office which uses a complex project numbering system.
I have a web form to apply for a project number that I need to have do a few things:
1. programmatically find the project number based on info entered in the form and already in the database
i.e. the project number is determined by the year, the office location (we have 4 offices) and the next number in order. So if the year is 2003, the office is Lima and the next number is 199 the project number would have to be 03L199
2.submit this info to a sql server db
3. be able to bring this info back into the form in order to update it.
What I'd like to know is, what language(s) should I be using to do this? I know html and some javascript, but for the database portion, I'm not sure that this is enough...
Thanks!!!!