mellenburg
Programmer
I need help with an approach to the following problem.
I'm designing a travel authorization form. The use can enter 1 or more travelers. I'm assuming a datagrid is the best approach. However, I don't want to write the travel list to the database while the user is entering travelers because there is more information that is needed?
I basically want the datagrid to behave like an Access table in data entry view, where adding information for 1 record automatically shows entry boxes for the next record.
When the final form is submitted, I want to be able to retrieve all the travelers and then write them to the database.
Also, when the user enters the traveler's email address, I need to search for that user in Active Directory and prepopulate the other fields with their personal information.
Has anyone done anything similar to this?
I'm designing a travel authorization form. The use can enter 1 or more travelers. I'm assuming a datagrid is the best approach. However, I don't want to write the travel list to the database while the user is entering travelers because there is more information that is needed?
I basically want the datagrid to behave like an Access table in data entry view, where adding information for 1 record automatically shows entry boxes for the next record.
When the final form is submitted, I want to be able to retrieve all the travelers and then write them to the database.
Also, when the user enters the traveler's email address, I need to search for that user in Active Directory and prepopulate the other fields with their personal information.
Has anyone done anything similar to this?