Hi,
This may sound stupid, but what the heck.
I have an asp page that inserts a record into one file. Because it creates a key (autoincrement field), I need that key to keep another table in sync. Since the key doesn't exist until it is commited, I cant do both at once.
question:
Can I have the insert page complete, go to a new page (now that it has the key, and have that page automatically submit itself so I can load that key into the record of the second table?
It may look strange to the user to see a page load and go away, and a new page load, but I don't want them to have to press submit twice.
Is this too weird?
Thanks,
Puterdude
This may sound stupid, but what the heck.
I have an asp page that inserts a record into one file. Because it creates a key (autoincrement field), I need that key to keep another table in sync. Since the key doesn't exist until it is commited, I cant do both at once.
question:
Can I have the insert page complete, go to a new page (now that it has the key, and have that page automatically submit itself so I can load that key into the record of the second table?
It may look strange to the user to see a page load and go away, and a new page load, but I don't want them to have to press submit twice.
Is this too weird?
Thanks,
Puterdude