HI!!!
I am in the process of building an Accounting Database. I have two tables. The first table is the Journal Entry Header and the second table contains the Journal Entry Details (the accounts to debit and credit as well as the debit and credits themselves). Its a basic one to many relationship.
I have both tables on a form. The Journal Entry Header is on top and the Journal Entry Details is the subform. Is there a way I can force the user to fill out both the form and the subform before submitting the record?
Another problem is the tab key. If the controls of the form are filled out, the tab key allows the user to submit the data WITHOUT a entry in the subform and that is not good...
Any advice and suggestions would be appreciated!!! Thanks in advance!
I am in the process of building an Accounting Database. I have two tables. The first table is the Journal Entry Header and the second table contains the Journal Entry Details (the accounts to debit and credit as well as the debit and credits themselves). Its a basic one to many relationship.
I have both tables on a form. The Journal Entry Header is on top and the Journal Entry Details is the subform. Is there a way I can force the user to fill out both the form and the subform before submitting the record?
Another problem is the tab key. If the controls of the form are filled out, the tab key allows the user to submit the data WITHOUT a entry in the subform and that is not good...
Any advice and suggestions would be appreciated!!! Thanks in advance!
Comment