I've been working on this for several days, and nobody has been of any help, either in person or online, so this is the only thing left I can think of. I'm trying to build a database that stores shift change requests. The requests will be entered through a form by the employee's manager. I want the manager to be able to enter the employee Id code, and the name of the employee populates a text box, either automatically or by pressing a button. Simultaneouly, I want a record for a new request saved in a database, to which I can fill the additional fields through more forms later. I've tried manipulating the sources for the text boxes I'm using, but no record is being updated until I close the form, and sometimes not even then. I've also tried using macros to do this and the SaveRecord function does nothing when I attach it to a button. Any help is welcome, but PLEASE NO VBA. I have no idea how to use it and I need to get this done because I'm at my wits end.
Thanks.