erictheman
Programmer
Hello, what's the code to clear out field(s) in Access? (Take note I'm using Access 97) What I mean is that say if you had 4 fields. Employee name, Address, Phone, and Position. You want to keep the employee name, address, phone and clear out position field when you click a button. Exp. Clear button. What code do you use? I try to use [Position] = "" and ([Position]) = "" but it doesn't work. It brings an error message saying field cannot be zero-lenght string. Thank you very much for your help.