insert record in database [message #312514] |
Wed, 09 April 2008 01:57  |
gemini5
Messages: 16 Registered: April 2008
|
Junior Member |
|
|
hi,
i have a problem.need some help here with forms
i have two tables
project(proj_id,name,prepared_by)
proj_id(primary key)
and
proj_dev_cost(billable_rs,days,proj_id)
proj_id(foreign key)
now i have designed a form...it has text fields for all the 3 columns of the project table.Also i have text fields for billable_rs and days columns of second table but no text field for proj_id.now wat i want is...when i enter the proj_id in the project data block text field it shud also get automatically stored in the database under the proj_id column of proj_dev_cost.how would i do this....plz help me
|
|
|
|
|
|