E
eleftheriak
Hello to all,
I m trying to get the job_no from a text field of my form and put the
title of that job in a combo box by doig a select statement .
SELECT Trying.title FROM Trying WHERE
[Trying.job_no]=Forms.qViewJobs.job_no;
But this code just gives me only 1
record. It does seem that select does not work. Any ideas? I put inside
the combo box the select statement is that right?
Thanks in advance
Riri
I m trying to get the job_no from a text field of my form and put the
title of that job in a combo box by doig a select statement .
SELECT Trying.title FROM Trying WHERE
[Trying.job_no]=Forms.qViewJobs.job_no;
But this code just gives me only 1
record. It does seem that select does not work. Any ideas? I put inside
the combo box the select statement is that right?
Thanks in advance
Riri