G
Guest
I have a unbound form, that contains unbound text box, and 2 buttons.
The txtLoanNumber
The first button is to print report rptInvoice based on the Loan Number in
the txtLoanNumber
the 2nd button is to delete a record from the table tblDetAccount based on
the txtLoanNumber
When a person presses print, I would like it to tell the user that you are
about to print [Count how many records are equal to txtLoannumber], if the
record does not exist, inform the user that, the Record xxxxxx is not in the
database
How do I code it so that it deletes the record where the loan number is
equal to txtLoannumber. It should be able to inform the user that there are
[count of records] in the database that match the Loan number entered.
The txtLoanNumber
The first button is to print report rptInvoice based on the Loan Number in
the txtLoanNumber
the 2nd button is to delete a record from the table tblDetAccount based on
the txtLoanNumber
When a person presses print, I would like it to tell the user that you are
about to print [Count how many records are equal to txtLoannumber], if the
record does not exist, inform the user that, the Record xxxxxx is not in the
database
How do I code it so that it deletes the record where the loan number is
equal to txtLoannumber. It should be able to inform the user that there are
[count of records] in the database that match the Loan number entered.