I have a main form that holds aircraft delays. Its record source is a table. On the main form is a sub form - it holds records of aircraft parts that were needed for the delay. The sub forms record source is a query. The linking child & master fields are based on aircraft number and the airport.
I need to be able to add / save a record to another table for history purposes. Only certain aircraft delays. Like the current record the user is on.... How can I add a record from a form that has a subform to another table via code....??? Its a one to many link between the main form & the sub form. There can be 1 aircraft delay with many parts needed for that aircraft at that airport....
Any suggestions or examples....??
Thanks in advance..!!
jw5107
I need to be able to add / save a record to another table for history purposes. Only certain aircraft delays. Like the current record the user is on.... How can I add a record from a form that has a subform to another table via code....??? Its a one to many link between the main form & the sub form. There can be 1 aircraft delay with many parts needed for that aircraft at that airport....
Any suggestions or examples....??
Thanks in advance..!!
jw5107