Howdy frients!
I finally got my problems with <CFFILE ...> worked out. Thank you all for your help !!!!
Now, my new *WALL* is displaying a column from table2 while running query on table1. I have two tables, one identifies the technicians and the other the help desk entries.
On the help desk table (table1), instead os holding the technician's name, I am holding an ID (numeric). I use our standard <cfquery ...> and <cfoutput ...> to display a <table ...> with rows and columns form a grid, if you will.
The first column should display the technician. Since my query is on table1 and I only have the ID, I can't (don't know how) show the technician's name thus making it possible to know exactly who got what ...
How can I extract the technician's name from table2 and show it on column 1 of my query result?
Should/Can I run a <cfquery ...> within the <cfoutput ...>?
Thank you all in advance!
Regards;
Jose Lerebours
KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours
I finally got my problems with <CFFILE ...> worked out. Thank you all for your help !!!!
Now, my new *WALL* is displaying a column from table2 while running query on table1. I have two tables, one identifies the technicians and the other the help desk entries.
On the help desk table (table1), instead os holding the technician's name, I am holding an ID (numeric). I use our standard <cfquery ...> and <cfoutput ...> to display a <table ...> with rows and columns form a grid, if you will.
The first column should display the technician. Since my query is on table1 and I only have the ID, I can't (don't know how) show the technician's name thus making it possible to know exactly who got what ...
How can I extract the technician's name from table2 and show it on column 1 of my query result?
Should/Can I run a <cfquery ...> within the <cfoutput ...>?
Thank you all in advance!
Regards;
Jose Lerebours
KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours