T
tdelob
Hi,
Here is my problem :
I have two tables :
table paf
PRIMARY KEY idnumber
name...
table pif
PRIMARY KEY pnumber
FOREIGN KEY idnumber...
I have made a form with pif values, in this form, I have
the value of the foreign key idnumber and I want to know
how to get the name value (from paf) in my form ?
I have to do something like "select name from paf where
idnumber=?"?
if so how to put a query in a form ? what to put at the
end of my query ?
otherwise how to do it ?
Thanks for your answers,
Tdelob
Here is my problem :
I have two tables :
table paf
PRIMARY KEY idnumber
name...
table pif
PRIMARY KEY pnumber
FOREIGN KEY idnumber...
I have made a form with pif values, in this form, I have
the value of the foreign key idnumber and I want to know
how to get the name value (from paf) in my form ?
I have to do something like "select name from paf where
idnumber=?"?
if so how to put a query in a form ? what to put at the
end of my query ?
otherwise how to do it ?
Thanks for your answers,
Tdelob