I have a database where I use macros to link data and put into tables for further manipulation. My problem is is that some of the data in the tables does not contain any data and the macro stops there and does not complete. There are no compile errors. So how can I write something up that will look for data and if there is data proceed with the rest of the macro, and if there is no data in the linked table skip the macro and go on to the next. Thanks for your help