...ImportMapData.Open strSQL, CurrentProject.Connection, adOpenKeyset, adLockPessimistic
MasterCase.Open "select * from [master case]", CurrentProject.Connection, adOpenKeyset, adLockPessimistic
With ImportMapData
'Move first moves the Pointer to the "First Record" in the...