Hi,
What is wrong with this code?
Private Sub Text91_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Dim work As String
work = DMax("[document number]", "Drawings", "[Category] = 'Mechanical*'" And "[product] = 'ls*'")
End Sub
- Drawings is a table
- Document number...