View Full Version : Do i need all the fields?


disgruntled
07-17-2001, 08:11 PM
Hi everyone...i finished up a form earlier where the user can enter a record with upwards of 20 fields. It works great when all the textboxes are filled. However, if any are left blank the record will not be entered at all. i am a bit of a newbie so do not know if that is standard. if so, is there a way for me to leave any blank (aside form the priamry key that is).

Thanks in advance

Jack Cowley
07-17-2001, 08:53 PM
You should be able to leave blank fields. Do you get any errors, and if so what do they say? A bit more detail on what the form is based on (Table or Query) if you have Required set to Yes in the table for all the fields, stuff like that. Then I am sure that someone will have an answer for you...