Greetings,
I'm posting this in the Access forum simply because I think this is more a database question than anything else.
I have an intranet website (ASP 2.0/VB.NET) that is "powered" by an Access Database. This website creates and tracks calendar events. Naturally, some of these events are repeating, some are not. And, the boss wants to be able to edit/delete all events that are in a series. No radical new therapy in calendaring.
This leads me to have a master record and then have a number of child records linked to that master record. Unless I'm smoking the powerful stuff, I need to insert the master record, retrieve the ID of that master record and then insert the children. How do I pull this off and be certain the master record id is retrieved?
Thanks in advnace for helping me.
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws
I'm posting this in the Access forum simply because I think this is more a database question than anything else.
I have an intranet website (ASP 2.0/VB.NET) that is "powered" by an Access Database. This website creates and tracks calendar events. Naturally, some of these events are repeating, some are not. And, the boss wants to be able to edit/delete all events that are in a series. No radical new therapy in calendaring.
This leads me to have a master record and then have a number of child records linked to that master record. Unless I'm smoking the powerful stuff, I need to insert the master record, retrieve the ID of that master record and then insert the children. How do I pull this off and be certain the master record id is retrieved?
Thanks in advnace for helping me.
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws