I am trying to insert records from one table (bs_loc) to (Rt1Stps) table. All the fields are text except date1.
Here is the sql query:
INSERT INTO Rt1Stps (STOP, LOC_ID, DESCR, MUNIC, AMENITIES, ADA, DIST_IN, MAIN, CROSS, RW, HISTORY, DATE1)
VALUES ('STOP' Loc_id, DESCR, MUNIC, AMENITIES, ADA, DIST_IN, MAIN, CROSS, RW, HISTORY, DATE1);
I keep getting enter Parameter Value for each field. I would like to be prompted for the STOP field only so I can enter the string
or :-(
Here is the sql query:
INSERT INTO Rt1Stps (STOP, LOC_ID, DESCR, MUNIC, AMENITIES, ADA, DIST_IN, MAIN, CROSS, RW, HISTORY, DATE1)
VALUES ('STOP' Loc_id, DESCR, MUNIC, AMENITIES, ADA, DIST_IN, MAIN, CROSS, RW, HISTORY, DATE1);
I keep getting enter Parameter Value for each field. I would like to be prompted for the STOP field only so I can enter the string
![[sad] [sad] [sad]](/data/assets/smilies/sad.gif)