I have a text field that holds a location code in the format >LLL/-000. The letter and number parts refer to coordinates on a big map in our office. I would like to have the users able to search for similar records by either half based on the LocationCode value in the frmProject.
Do I need to use a Like function for this, or should I split up the contents of the text box and query them separately? Any input on this would be greatly appreciated.
Thanks!
Margaret.
Do I need to use a Like function for this, or should I split up the contents of the text box and query them separately? Any input on this would be greatly appreciated.
Thanks!
Margaret.