I am creating a database to store help desk enquiries and service requests.
A visual basic interface (forms) has been created for data entry which is updated to the DB and my question is:
what process do i need to go through to put these forms onto an Intranet so the user can view this form, enter the data and store it into the DB once they press the submit button.
The forms, DB, web page have been created i need to know if there is any procedure that will make this work.