Hi All;
First of all, thanks for your time in advance. Got stuck on Null issue. The code I'm trying to use as follows;
Public Sub ReadItemEur(Item As ItemRecord)
Dim Db As Database, Rs As Recordset
Set Db = CurrentDb
Set Rs = Db.OpenRecordset("RecordsEur")
Item.NoMatch = False
With Rs...