Whenever I use the following statement, a stupid window pops up with the query results. How access the record w/o having the window pop up?
SELECT * FROM mileage WHERE mileage.ref_id = cur_ref_id
WITH thisform
.txtdr_miles.value= miles
.txtpu_city.value= origin
.txtdr_city.value= destination
ENDWITH
SELECT * FROM mileage WHERE mileage.ref_id = cur_ref_id
WITH thisform
.txtdr_miles.value= miles
.txtpu_city.value= origin
.txtdr_city.value= destination
ENDWITH