Parameter query in sql?

It still wouldn't work PNG. ADP syntax is slightly different. It's a headache.

I think it might be something like:
Code:
WHERE      (Job = @Enter_Job_Number)
 
It still wouldn't work PNG. ADP syntax is slightly different. It's a headache.

I think it might be something like:
Code:
WHERE      (Job = @Enter_Job_Number)

Code:
This designer does not graphically support the @Enter_Job_Number SQL construct.

Id imagine it would be something like this though.. ill have to play around with it unless anyone knows?
 
Keep the thread open and someone who has used ADP might chime in. Your other way would be to build the sql and get the criteria from a textbox?
 
Keep the thread open and someone who has used ADP might chime in. Your other way would be to build the sql and get the criteria from a textbox?

not sure where to start for that. you would think there is a simple solution just like normal access. doesnt get any easier than []... hopefully there is just a small bit of code im missing here.
 

Users who are viewing this thread

Back
Top Bottom