Search results

  1. S

    Question Parameter box value

    Here's my situation I have a switchboard where I have a button. If I press the button, a Form opens with the results of the query. SELECT * FROM Data WHERE Volume = [Type Volume: ] So I really need this parameter box because it's not laways the same value I like to type. In the form, there are...
  2. S

    Question Parameter box value

    Hi, I have this query. SELECT * FROM Data WHEE Volume = [Type Volume] Then there appeares a parameter box where you type in the value. Is there a way to pass this value into a variable? Sorry for bad english, I hope you understand it :) Thanks!
Back
Top Bottom