I'm trying to incorporate a macro within the AfterUpdate event of a combobox which should autofill the field :
ACTION Search Record
ARGUMENTS ; ; First; ="[ID] = " & Int(Nz([Screen].[ActiveControl];0))
...but this doesn't work
Actually [ID] is an autonumber field, so I am not sure Str is right.... but I don't know syntax alternatives..