wrightyrx7
Registered User.
- Local time
- Today, 16:22
- Joined
- Sep 4, 2014
- Messages
- 104
Hi all,
I have form which i bound to a table. And everything works as you would expect it to.
The data stored is job vacancies. However, if the is 4 vacancies for 1 job, the vacancy has to be put on 4 times so that each vacancy can have the successful candidate details attached to it at a later date.
To save time I am trying to figure out if the person inputting the vacancy can put 4 in a textbox and when they click save it creates 4 duplicate records?
Each will have a unique ID when the data is put into the table but all other data from the form will be the same.
Thanks in advance
Chris
I have form which i bound to a table. And everything works as you would expect it to.
The data stored is job vacancies. However, if the is 4 vacancies for 1 job, the vacancy has to be put on 4 times so that each vacancy can have the successful candidate details attached to it at a later date.
To save time I am trying to figure out if the person inputting the vacancy can put 4 in a textbox and when they click save it creates 4 duplicate records?
Each will have a unique ID when the data is put into the table but all other data from the form will be the same.
Thanks in advance
Chris