I wanted to get a good idea from some of the experts out there on the pro's and con's of using one form for most (or at least your main) data entry. Let me explain my scenario.
I want to make things as simple as possible for the end user in order to avoid confusion and in turn increase the usage of the database. In this database we are keeping track of Supporters (i.e. people, companies, etc.), Campaigns (i.e. Golf Tournament, Special Fundraiser Projects, etc.), and their Registrations, meaning each supporters' individual registrations for each campaign.
I have three main tables, tblRegistration, tblSupporter, tblCampaign.
What would be the implications if I created a query that queries all fields in all three tables and then based my one main form on this query?
Would this limit my ability to perform future tasks not yet forseen (scalability)?
How would it effect importing and exporting of data with other programs?
How would it effect things like generating reports or setting up mail merges with MS Word?
What about form layout. Would this be considered bad practice or is this a format that would be preferred by extremely novice users that are performing data entry only?
Any and all feedback, tips, and/or advice will be greatly appreciated.
Thanks to all in advance.
Aidan
I want to make things as simple as possible for the end user in order to avoid confusion and in turn increase the usage of the database. In this database we are keeping track of Supporters (i.e. people, companies, etc.), Campaigns (i.e. Golf Tournament, Special Fundraiser Projects, etc.), and their Registrations, meaning each supporters' individual registrations for each campaign.
I have three main tables, tblRegistration, tblSupporter, tblCampaign.
What would be the implications if I created a query that queries all fields in all three tables and then based my one main form on this query?
Would this limit my ability to perform future tasks not yet forseen (scalability)?
How would it effect importing and exporting of data with other programs?
How would it effect things like generating reports or setting up mail merges with MS Word?
What about form layout. Would this be considered bad practice or is this a format that would be preferred by extremely novice users that are performing data entry only?
Any and all feedback, tips, and/or advice will be greatly appreciated.
Thanks to all in advance.
Aidan