Re: adding records

2003-01-01 Thread Christian Cantrell
50) > Address (varchar 100) > City_id (varchar 50) > State (char 2) > Zipcode (varchar 10) > > I have a good example for writing a database query but not for adding > records. I assume my return value would consist of a Boolean value > which would verify a successfu

adding records

2003-01-01 Thread Mike Miessen
structure is changed. We defined the tables like so; Table addressbook Id (tinyint 4 required) Firstname (varchar 50) Lastname (varchar 50) Address (varchar 100) City_id (varchar 50) State (char 2) Zipcode (varchar 10) I have a good example for writing a database query but not for adding records. I

Re: adding records

2001-04-05 Thread Michael Gribbin
u have any questions. Michael -- >From: "Jones, Becky" <[EMAIL PROTECTED]> >To: CF-Talk <[EMAIL PROTECTED]> >Subject: FW: adding records >Date: Thu, Apr 5, 2001, 3:11 PM > > > hey again, > i have a form which allows a user to add a new appli

RE: adding records

2001-04-05 Thread Christopher Olive, CIO
e text box. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 6:50 PM To: CF-Talk Subject: RE: adding records Check out the Allaire Developer's Exchange for CF_Tw

RE: adding records

2001-04-05 Thread Kevin Cundick
. Thanks, Kevin -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 2:43 PM To: CF-Talk Subject: adding records hey again, i have a form which allows a user to add a new application to my apps database. i want to have a drop down list of

RE: adding records

2001-04-05 Thread Garza, Jeff
Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 1:43 PM To: CF-Talk Subject: adding records hey again, i have a form which allows a user to

FW: adding records

2001-04-05 Thread Jones, Becky
hey again, i have a form which allows a user to add a new application to my apps database. i want to have a drop down list of companies. (that i can do) but i want the phone number field to automatically populate if when the user selects say "microsoft" from the list. that phone number will show

adding records

2001-04-05 Thread Jones, Becky
hey again, i have a form which allows a user to add a new application to my apps database. i want to have a drop down list of companies. (that i can do) but i want the phone number field to automatically populate if when the user selects say "microsoft" from the list. that phone number will show u