I have a button on a form with code that accesses data from the table it reads using the Me key word.I've added a new field to the table but when I try to accesss the data in the form button code I get error Method or data member not found. How can I access this data from the form without putting another text box on the form showing the field? any help would be appreciated.