J
jhmosow
I am trying to create an FP2K form that has radio buttons. Based upon
the value of the button selected, the query will run agains a different
table name. The group name for my button is R1. So I have tried the
following query:
SELECT Distinct EventID, EventCategoryName, Count(*) as NumberOfRecords
FROM '::R1::'
Group by EventID, EventCategoryName
ORDER BY EventID ASC,EventCategoryName ASC
As you can imagine, this does not work and errors. Any idea how I can
do this?
TIA
the value of the button selected, the query will run agains a different
table name. The group name for my button is R1. So I have tried the
following query:
SELECT Distinct EventID, EventCategoryName, Count(*) as NumberOfRecords
FROM '::R1::'
Group by EventID, EventCategoryName
ORDER BY EventID ASC,EventCategoryName ASC
As you can imagine, this does not work and errors. Any idea how I can
do this?
TIA