Multiple Forms with a single table

Multiple Forms with a single table

I have a single table which contains all my data but I want to use 2 or 3 different Forms to populate it. The trouble is as soon as I set up a new Form it effectively sets up a new Table. I want to be able to enter Fields like Name and Address in all the Forms but then add in specific data in just one of the forms.

For example, I would like to enter a customers Name Address and Contact info in all the Forms but some forms may require additional information such as Delivery Info and another form Collection Info. No relationships need defining as the database can be a simple flat file.

At the moment I have one large Form where all the data can be entered but it makes it clumsy as some records do not require all the info.

Hope that makes sense