M
Molasses26
Hi!
I seem to be having a brain doner Monday and I can't figure out how to make
the query from Joe Foster work!
I entered the first part of the code into a module but then I'm not sure
what to do with the last part. I tried entering it as an SQL query using my
table name dbo_bs_excp but I don't know what the ".question" in the Order By
is supposed to be.
Please help!!
select top 10 dbo_bs_excp.* from dbo_bs_excp
where dbo_bs_excp.resolved_dt > #11/1/2006# AND randomizer() = 0
order by rnd(isnull(dbo_bs_excp.question) * 0 + 1)
I seem to be having a brain doner Monday and I can't figure out how to make
the query from Joe Foster work!
I entered the first part of the code into a module but then I'm not sure
what to do with the last part. I tried entering it as an SQL query using my
table name dbo_bs_excp but I don't know what the ".question" in the Order By
is supposed to be.
Please help!!
select top 10 dbo_bs_excp.* from dbo_bs_excp
where dbo_bs_excp.resolved_dt > #11/1/2006# AND randomizer() = 0
order by rnd(isnull(dbo_bs_excp.question) * 0 + 1)