monkeymagic2222
Technical User
Hi,
I'm trying to create an ASP/MS Access system to allow our Company to create internal purchase orders through the intranet. So far I have set up half a dozen Access tables, two of which are linked. These are tblOrder which is linked to a table called tblItem using a one-to-many relationship. The idea I have in my head is for each Order number, x number of items can be added to it.
I'm fine with the Access bit but I don't know where to start in order to get the ASP bit working correctly? I want to first let the user tap in a unique order number, record this to tblOrder then intelligently add rows to tblItem relating to that order number, depending on the amount of items the user wishes to add.
Any help/guidance is greatly appreciated!
Cheers,
I'm trying to create an ASP/MS Access system to allow our Company to create internal purchase orders through the intranet. So far I have set up half a dozen Access tables, two of which are linked. These are tblOrder which is linked to a table called tblItem using a one-to-many relationship. The idea I have in my head is for each Order number, x number of items can be added to it.
I'm fine with the Access bit but I don't know where to start in order to get the ASP bit working correctly? I want to first let the user tap in a unique order number, record this to tblOrder then intelligently add rows to tblItem relating to that order number, depending on the amount of items the user wishes to add.
Any help/guidance is greatly appreciated!
Cheers,