Re: Populating ComboBox

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



<rn5a@xxxxxxxxxxxxxx> wrote in message
news:1170345948.684381.316930@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

But when I select an item from the ComboBox, then I get a 'Unspecified
error' which points to this line in the OnClick event function of the
ComboBox:

objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
App.Path & "/DB/MyTable.mdb"

Try using backslashes ( \ ) in the path name instead of the slashes ( / )
you currently have.


.