H
Hanksor
Is it possible to use the SQL SELECT statement in a report? Here is the
statement I am using that doesn't work at this time;
SELECT tblAcctInfo.AcctName WHERE tblAcctInfo.AcctID = AcctID;
this is the control source for a text box named Text31.
I am trying to create a report that immediately takes info from a form. My
combo box on the form is associated with AcctID. I need to add the City,
State, and Zip on the report associated with the AcctID from the form. I
hope this is clear.
Any help will be appreciated.
statement I am using that doesn't work at this time;
SELECT tblAcctInfo.AcctName WHERE tblAcctInfo.AcctID = AcctID;
this is the control source for a text box named Text31.
I am trying to create a report that immediately takes info from a form. My
combo box on the form is associated with AcctID. I need to add the City,
State, and Zip on the report associated with the AcctID from the form. I
hope this is clear.
Any help will be appreciated.