JaedenRuiner
Registered User.
- Local time
- Today, 06:29
- Joined
- Jun 22, 2005
- Messages
- 154
Do queries support bitwise operations:
IE:
2048+512+128 = 2688
Field1 = 2688 in the table
Query:
MyField: ([Field1] And 512) = 512
etc?
thanks
Jaeden "Sifo Dyas" al'Raec Ruiner
IE:
2048+512+128 = 2688
Field1 = 2688 in the table
Query:
MyField: ([Field1] And 512) = 512
etc?
thanks
Jaeden "Sifo Dyas" al'Raec Ruiner