A
Andy
Hi;
Our mdb database has, among others, tblQuote & tblPurchased.
tblPurchased includes fields for City and Township.
tblQuote only has a City field and a checkmark control if the company qouted
is in a township.
What I need to learn is how to manipulate the qryAppendQuoteToPurchased.
Don't have the Vaguest idea, well maybe a little but they haven't worked,
how to do this.
When the qryAppend is run, if the chrmarkTownshipYN = True.
The "City" name must be copied into txtPurTwnShip.
if the chrmarkTownshipYN = False
The "City" name must be copied into txtPurCity.
Would someone be so kind and point me in the right direction?
Andy
Our mdb database has, among others, tblQuote & tblPurchased.
tblPurchased includes fields for City and Township.
tblQuote only has a City field and a checkmark control if the company qouted
is in a township.
What I need to learn is how to manipulate the qryAppendQuoteToPurchased.
Don't have the Vaguest idea, well maybe a little but they haven't worked,
how to do this.
When the qryAppend is run, if the chrmarkTownshipYN = True.
The "City" name must be copied into txtPurTwnShip.
if the chrmarkTownshipYN = False
The "City" name must be copied into txtPurCity.
Would someone be so kind and point me in the right direction?
Andy