Greyowlsl
Mlak Mlak
- Local time
- Today, 18:54
- Joined
- Oct 4, 2006
- Messages
- 204
Hi,
What is wrong with this code?
- Drawings is a table
- Document number, category and product are columns in the table
- Mechanical and Ls are record fields in the table
thanks,
Leon
What is wrong with this code?
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, category and product are columns in the table
- Mechanical and Ls are record fields in the table
thanks,
Leon
Last edited: