Martinishaker
New member
- Local time
- Today, 09:20
- Joined
- Jan 13, 2012
- Messages
- 1
I have researched and read so much on this topic...I am now thoroughly confused. 
I am comfortable with Access basics,however; building my first database.
I attached a screen shot of code with error message. I have checked spelling ect. Hoping someone can make some sense out of this for me.
Goal is to setup cascading combo's...subformcbo based on mainformcbo selection.
Example attached uses 'afterupdate ' event tied to mainformcbo.
Mainform cmbo box rowsource:
SEECT DISTINCT CustomersExtended.BillTo_AustinID, CustomersExtended.Company
FROM CustomersExtended
ORDER BY CustomersExtended.Company;
thanks in advance, Janice
I am comfortable with Access basics,however; building my first database.
I attached a screen shot of code with error message. I have checked spelling ect. Hoping someone can make some sense out of this for me.
Goal is to setup cascading combo's...subformcbo based on mainformcbo selection.
Example attached uses 'afterupdate ' event tied to mainformcbo.
Mainform cmbo box rowsource:
SEECT DISTINCT CustomersExtended.BillTo_AustinID, CustomersExtended.Company
FROM CustomersExtended
ORDER BY CustomersExtended.Company;
thanks in advance, Janice