I am doing a project on a transport management company system that intends to automate most of its operations. the reason I asked the question was that I had an issue trying to map the last phase of the database - finance (3 phases: vehicles, Human resource and finance).
Is there a way I can choose which table in a database where to submit data using a form; assuming I have three tables, can I use a form to select which table I can store data in to? to be more specific using a drop down list e.g you have $name, $phone_number, $address and $email so instead of inserting it to just one table let say January_records, you can choose which table to insert into using a drop-down list let say February_records, March_records...etc
Thank you in advance...