Im sorry if im coming accross as not being to bright, but VB has never been my strong point. I did as you said, found something that i vaguely understood and put this in.
Function ObjectExists(strObjectType As String, strObjectName As String) As Boolean
Dim db As Database
Dim tbl As...