Hi there,
I am very new to VB.net but have a lot of experience in Access 2003 so please bear with me.
A little background:
- I created 2 forms in Access 2003 (Form1 & Form2) for the purpose of creating a 'smartform' of sorts for my company. In essence they can click on a search feature in the top cell and input an employee ID # which automatically fills in about 10 to 15 fields.
- There is only 1 table attached to the forms.
- The group I created this for is uncomfortable using Access.
What I would like to do with VB.net:
- I thought I would create an internal webpage using VB.net so they wouldn't need to log into Access [the DB would be stored on a separate server.]
- I would need a clean & simple interface that has 2 buttons, one for each form.
- When the form is called up I would need a search feature "EMPLID _________" which would connect to the Access DB table and retrieve the correct information.
- I’d also need to have the form printable & have the ability to search again or return to the front page.
Is this possible???
Thank you in advance
I am very new to VB.net but have a lot of experience in Access 2003 so please bear with me.
A little background:
- I created 2 forms in Access 2003 (Form1 & Form2) for the purpose of creating a 'smartform' of sorts for my company. In essence they can click on a search feature in the top cell and input an employee ID # which automatically fills in about 10 to 15 fields.
- There is only 1 table attached to the forms.
- The group I created this for is uncomfortable using Access.
What I would like to do with VB.net:
- I thought I would create an internal webpage using VB.net so they wouldn't need to log into Access [the DB would be stored on a separate server.]
- I would need a clean & simple interface that has 2 buttons, one for each form.
- When the form is called up I would need a search feature "EMPLID _________" which would connect to the Access DB table and retrieve the correct information.
- I’d also need to have the form printable & have the ability to search again or return to the front page.
Is this possible???
Thank you in advance
Comment