I am trying to searh for a full name in a database.
I have a single text box where the user will enter in their full name (First & Last). I am having trouble writing a function to separate the full name in to two vaiables. One being the First Name and the other being the Last Name.
I need to do this before I can search the database

Can anyone help?