Hi
I am trying to use a posting routine from Acces97, in Access2000. But, it doesn't work.
It seems to hang up on the 'Dim Database'.
Public Function LookUpDescriptionAndPrice(tForm As Form, tItemNo As String)
DimtDB As Database, tTB As Table
Set tDB = CurrentDb()
Set tTB =...