Data Validation in Forms and Tables

Nikki225

Board Regular
Joined
Sep 9, 2015
Messages
75
I'm currently trying to build an access database based off of data that I have in excel.

Right now, I'm creating the tables and will eventually begin working on the forms for data entry.

If I'm going to require users to use the forms for data entry, is there any reason to have data validation in both the form controls and the table?

Thanks
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
It would be redundant to have both. At the table level, you will have to be happy with those limitations. At the form level, you can do much more, such as what to do if fieldA is less than fieldB, plus you can have more robust messaging to the user. BTW, the step after tables is not forms, it is queries that work, assuming you have your relationships mapped out (at least in your schema if not actual defined Access relationships).
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,520
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top