J
Jonas
I am making a section in a program that requires input of payment
information. I have already set up a payments table. I want the user
to input the payment information for one payment, click a button and
have the information be transferred to the payments table.
Is it better to:
1. set up an ubound form for the information and move the information
to the payments table after the button is clicked?
2. have a table to hold the payment information temporarily until the
the user clicks on the button and move the information from the
holding table to the payments table at that time?
I'm pretty certain that I can get either way to work but I don't have
the foresight to know why either method would be preferred.
information. I have already set up a payments table. I want the user
to input the payment information for one payment, click a button and
have the information be transferred to the payments table.
Is it better to:
1. set up an ubound form for the information and move the information
to the payments table after the button is clicked?
2. have a table to hold the payment information temporarily until the
the user clicks on the button and move the information from the
holding table to the payments table at that time?
I'm pretty certain that I can get either way to work but I don't have
the foresight to know why either method would be preferred.