businessman
Registered User.
- Local time
- Today, 02:01
- Joined
- Jun 19, 2006
- Messages
- 79
Can i create a query that will have a string in the Criteria box, where that string is assigned a value in VB code?
for instance:
and I put in the Criteria Box WHERE xyz = "Pizza"
for instance:
Code:
Dim xyz As String
xyz = "TV"
and I put in the Criteria Box WHERE xyz = "Pizza"