J
jer
I am creating a data base for customer payments. Some
customers have multiple accounts so I have created a
Customer table and a sub-account table from which I have
created forms. I have created a 1 to many relationship
between the customer table and the sub account table.
I have created a payments table, from which I have also
created a form, that includes customer_Id and sub
account_Id.
The fields in the customer form are
CustomerId, Name, Address ...
The fields in the SubAccount form are
SubAccountId, CustomerId, SubAccountNo
The fields in the Payments form are
PaymentId, CustomerId, SubAccountId, PaymentAmount,
DatePaid ...
Is it possible in the payments form that, if there is no
sub account associated with the customer making a payment
that the sub account_Id control is skipped and the focus
is set to the next control, payment amount
Thanks in advance for any help/suggestions
jer
customers have multiple accounts so I have created a
Customer table and a sub-account table from which I have
created forms. I have created a 1 to many relationship
between the customer table and the sub account table.
I have created a payments table, from which I have also
created a form, that includes customer_Id and sub
account_Id.
The fields in the customer form are
CustomerId, Name, Address ...
The fields in the SubAccount form are
SubAccountId, CustomerId, SubAccountNo
The fields in the Payments form are
PaymentId, CustomerId, SubAccountId, PaymentAmount,
DatePaid ...
Is it possible in the payments form that, if there is no
sub account associated with the customer making a payment
that the sub account_Id control is skipped and the focus
is set to the next control, payment amount
Thanks in advance for any help/suggestions
jer