Good morning,
I have a form that is being used to add new clients to a database as well as enter enrollment information into our program. There is a subform that acts as a mini report showing how many hours of classes the client has taken in any of our different class types (the attendance is entered on a daily basis for each of the classes). In the form header I have a search box that allows the client to be searched for by last name (although I think I am going to change it to look up the client by an ID number assigned by the state that every client has and is unique and known by the end users). There is also a button for "Add New Client" that takes the user to the next blank record.
Currently when you search for a person who is in the database already, their records will populate the form and all is good. However when you try to find a record of a person not in the database the "Select an item from the list, or enter text that matches one of the listed items" pops up. Then the user has to delete the entry that they already entered before they can add a new client. The "Add New Client" button does not work unless the search box is empty.
What I would like to happen is to have a prompt to enter a new record pop up and the cursor to move to the first field that needs to be entered in the form. I'm assuming that I need to do something in the "On Not In List" property but I'm not exactly sure what.
Help would surely be appreciated!!!
Thanks,
Shannon
Also, I have been building this database in 2003 but it will be used in 2010. Will I run in to trouble with keeping my formatting, properties and code? I can stop now and install 2010 if need be.....