How to get content of text edit box into "variable"?
Hi,
I'am looking for an alternative to manual change of variable ("Inspection Lot") within the script itself.
former sript:
Names Default To Here( 1 );
Open Database(
"DBQ=X:...
WHERE User1 LIKE '%Inspection Lot%'", "HSS"
);
I tried this - s.below, but it does not work. The script is running, but the "variable" was not used. Probably something is wrong with the format. Looking for advice.
...