RadiobuttonList with headers

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

(This message should be read using Courier New or similar font)
I have a table with several horizontal radiobuttonlists like:

Query1: O O O
Query2: O O O
Query3: O O O

But above the first row I want headers so it becomes like:

All Some None
Query1: O O O
Query2: O O O
Query3: O O O

Any Ideas how to get this?
The problem seem to be that the RadioButtons are all in the same cell.

Regards Magnus

Relevant Pages

  • Re: QuerySets in Dictionaries
    ... d= query1 ... d= query2 ... d= query3 ... Is there a way to do this that I'm missing? ...
    (comp.lang.python)
  • Re: field not equal
    ... If you want Query1 to return all the records from Query3 that do not have a ... match in Field1 of Query2, then you can do it one of several ways. ... SELECT Query3.* ...
    (microsoft.public.access.queries)
  • QuerySets in Dictionaries
    ... I need to create a dictionary of querysets. ... d= query1 ... d= query2 ... d= query3 ...
    (comp.lang.python)
  • Re: QuerySets in Dictionaries
    ... d= query1 ... d= query2 ... d= query3 ... Is there a way to do this that I'm missing? ...
    (comp.lang.python)
  • RE: loop though records in a query?
    ... do a crosstab query on these records ... Next (next record in query2) ... I have a query called query1. ... I also have query2 which is a list of unique records in query1 based on ...
    (microsoft.public.access.queries)