Bypass field controls

exaccess

Registered User.
Local time
Today, 01:43
Joined
Apr 21, 2013
Messages
287
Hello experts,
I have kind of an unusual problem. There is a table with many columns. I want to add many rows to this table. The easiest way is to write a query to do that. But most of the columns have validation criteria, lookup tables, default values, nulls not accepted condition and what not. Where as my new records to be added have only the values in 4 columns and the rest are null. Is there a parameter that can be used to bypass all these controls and add the records? You are going to say "You will destroy the integrity and consistency of the database" I know but I need this as an alternative to a user request and I would appreciate your help. Thanks.
 
If you dont set the value of the field to be required then you can add records that has no value in these fields.
You set this in the property of the field when you design the table.
If you did set it to be required there is no way to bypass
 

Users who are viewing this thread

Back
Top Bottom