
How to make combo box move to next record
How do I make a combo box go to the next record when it is not part of the
recordset of the form? I know how to do it if it were the key field but not
how it is here. I tried:
'Forms!TransferTempPOtoRegPOfrm!TempPO.SetFocus
'DoCmd.GoToRecord acActiveDataObject, "TempPO", acNext, 1
where the combo is TempPO.
Thanks in advance,
Matt