Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need keep geting run time error '32192' 1

Status
Not open for further replies.

chubby

Programmer
Apr 28, 2001
278
US
I can figure out the problem with my code. I keep getting a run time error '3192'

Private Sub UIC_tbl_ID_NotInList(NewData As String, Response As Integer)
DoCmd.RunSQL ("INSERT INTO UIC_tbl_ID (UIC_tbl_ID_) VALUES ('" & NewData & "')")
Response = acDataErrAdded
Me.UIC_tbl_ID.SetFocus

End Sub

 
Hi!
Are you sure that UIC_tbl_ID is correct table name?

Aivars
 
Yes that's the name of the pulldown table. Also when I type ME. theres a popup window displays name of the pulldown table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top