I have a program in which the user selects a database file from a file listbox, and clicks a display button, which shows a new form with the data control on it. What I need help with (again) is getting the RecordSource from the selected file (the record source will be equal to the file's name, without the ".mdb" extension). Example: if the user selects "Example.mdb", the RecordSource needs to be "Example". If anyone understands my explanation, please help. All help is very greatly appreciated.