![]() |
Sergey Kornilov admin 2/23/2006 |
Rob, select ..., |
D
|
DouglasB 2/27/2006 |
This could work if I wanted to create a field for a unique employee code (other than the primary key) to print on employee ID cards couldn't it? I would place this code in the Events portion of the phpRunner right? Rob, you can modify SQL query to concatenate two fields into one. Use concat function in MySQL for this purpose. select ..., |
![]() |
Sergey Kornilov admin 2/28/2006 |
Douglas, |