A
Ant
I have a table with several lookup fields to other tables. E.g. the
Course_Details has a Venue field combo box that looks up the ID from the
Venue table. I can not save the Course_Details record until the venue field
is populated. However sometimes I may not yet have added the venue.
Therefore my idea is to create a series of forms that work like a wizard,
the first would ask to select the venue form the dropdown but if it didn’t
exist you would click a button to open another form and create it.
The problem I have is that when I move onto the next stage of the wizard
(because I have not yet saved the record in the first stage) this form
starts a new record (next auto number). How can I open a new form with the
same auto number as the last form even though the record as not yet been
saved? If all the information was on a signal form and saved at the end
their would not be a problem but their is too much information for a signal
form hens why I want to create a wizard type effect.
I hope this makes sense to someone and any help would be appreciated.
Course_Details has a Venue field combo box that looks up the ID from the
Venue table. I can not save the Course_Details record until the venue field
is populated. However sometimes I may not yet have added the venue.
Therefore my idea is to create a series of forms that work like a wizard,
the first would ask to select the venue form the dropdown but if it didn’t
exist you would click a button to open another form and create it.
The problem I have is that when I move onto the next stage of the wizard
(because I have not yet saved the record in the first stage) this form
starts a new record (next auto number). How can I open a new form with the
same auto number as the last form even though the record as not yet been
saved? If all the information was on a signal form and saved at the end
their would not be a problem but their is too much information for a signal
form hens why I want to create a wizard type effect.
I hope this makes sense to someone and any help would be appreciated.