OK, so they said not to use "HELP!!!" as that is not descriptive. Well, I'm drowning so what else should I say.
Anyway, this is continuing the problem with a previous post with a couple of changes. This is a little detailed so please be patient.
I cannot get a multi-table query to...
OK, so I copied my sql query as follows:
SELECT FB_Games.GameNumber, FB_Games.GameDate, Opponent.SchooName FROM
Opponent LEFT JOIN FB_Games ON Opponent.SchoolID=FB_Games.OpponentSchoolID
ORDER BY ::Sortcolumn:: ASC
I set the default for Sortcolumn to GameNumber. This yields the following
FP...
Corey,
Sorry to be a bummer but Microsoft has this firmly coded so you can't set criteria with custom SQL statements. All criteria has to be in your SQL statement. The only thing you might be able to set is Defaults depending on what you have in your SQL statement.
I can tell you this, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.