you can use DMax() domain function to retrieve the Importing_Date:
If DMax("Importing_Date", "LinkedTableName") = Date() Then
If Msgbox ("Import data is ready with todays date click yes to continue or no to abort import.",vbInformation+vbYesNo) vbYes Then
' code goes here for your...