select <La tabla a la que está conectada el Combobox>
locate for id_Expo = thisform.<nombre del Combobox>.text
if found()
a = id_Expo
b = Stand
else
* No debería llegar aquí, si llega es que hay un error
endif
select <La tabla que está mostrando el Combobox>
append blank
replace id_Expo with a
replace Stand with b
thisform.GrdDatos.setFocus