- Local time
 - Yesterday, 16:25
 
- Joined
 - Aug 30, 2003
 
- Messages
 - 36,254
 
It pops up a parameter box for AuditID and when I x out of the parameter box it highlights this code on another form (frm_labtestinput)
Code:Private Sub Form_Current() Me.cboGoToRecord.Value = Me.AuditID.Value End Sub
The parameter prompt is Access telling you it can't find something, in this case AuditID. Can you attach the db here?