Romio_1968
Member
- Local time
- Today, 19:39
- Joined
- Jan 11, 2023
- Messages
- 126
I attached a database called Bookstore
By now, I have a main AddTitle form and a subform that should add author (not finished yet, but working so far)
Without the subform, the main form works as it should (at this time, again).
Yet, after the sub is embeded, the main does not work anymore.
Problems:
On opening the main Add_Title_Frm form, the Title_ID control labeled Cod Tiltu is filled with the new Title_ID record from Titles table (Autonumber), as it sould
It allows me to fill all the data in the main form
When I am moving (getting focus) to the sub form, the data from the mai suddenly get messed:
All fields except Call_No (label Cota) and DomainCombo_1 (label Domeniu principal) are wiped out and the Title_ID control indicates (New)
Annother thing, wile working with the forms in design view, sometimes a new empty record is added to Title table
Please help me debugging this.
Thank You
By now, I have a main AddTitle form and a subform that should add author (not finished yet, but working so far)
Without the subform, the main form works as it should (at this time, again).
Yet, after the sub is embeded, the main does not work anymore.
Problems:
On opening the main Add_Title_Frm form, the Title_ID control labeled Cod Tiltu is filled with the new Title_ID record from Titles table (Autonumber), as it sould
It allows me to fill all the data in the main form
When I am moving (getting focus) to the sub form, the data from the mai suddenly get messed:
All fields except Call_No (label Cota) and DomainCombo_1 (label Domeniu principal) are wiped out and the Title_ID control indicates (New)
Annother thing, wile working with the forms in design view, sometimes a new empty record is added to Title table
Please help me debugging this.
Thank You