Hello!
I am building a database front end with asp, and i was wondering if anyone has any examples or ideas on this problem:
Basicly the database holds information about Documents, people, addresses and veichles. The data input is manual, and the documents are the main entity.
From the user GUI I would like the users to be able to register a new document and at the same time register or add the other entities that should be linked to the document.
In a normal
VB/C++ application I would have used tabs or similar, but I have not found an ASP friendly solution yet.
Tnx
noccy