Is ist possible to copy a records with their childrecords in VB. I use the following record Structure
Table 1: Ticketset
Table 2: Ticketset_Pricetypes
Table 3: Ticketset_DayRange
Table 4: Ticketset_TimeRange
Table 5: Ticketset_Rank
Each record will contain multiple child records.
I have creating a form which contains a listbox. With this listbox you can add a new Ticketset based on the selected TicketsetId in the listbox. So the structure/data from table 2 till 5 will be copiied in to the new ticketset.
Table 1: Ticketset
Table 2: Ticketset_Pricetypes
Table 3: Ticketset_DayRange
Table 4: Ticketset_TimeRange
Table 5: Ticketset_Rank
Each record will contain multiple child records.
I have creating a form which contains a listbox. With this listbox you can add a new Ticketset based on the selected TicketsetId in the listbox. So the structure/data from table 2 till 5 will be copiied in to the new ticketset.