I’m trying to fix someone else’s database. For some reason when they open a form and choose an account, one of the subforms doesn’t show up. The subform used to show up, but lately it doesn’t work on new accounts they have created. The older accounts show the subform.
The main form is TransactionTable. There is a subform on that form called TransactionSubBase. In that subform is another subform called TransactionSubReceipt.
When I bring up an account that I have recently created, the TransactionSubBase shows up, but the TransactionSubReceipt does not. Should I be adding some code to the On Load property that creates a new receipt if there is none? How would I do that? The TransactionSubReceipt form is linked by the TransactionID on the TransactionSubBase.