I am creating a database of PDF files and need to also record where they have been distributed (there is a finite list of possible web sites etc.)
I have a table which lists the PDF files which is constantly added to and a second table which lists the possible distribution locations. Then I have a third table with two fields one to record the PDF File and the second to show a Location. But they can have more than one location.
The users want all the possible location options to be available on radio buttons rather than creating separate entries on a sub form.
If I create the requisite radio buttons how to I then get Access to create the necessary number of rows on the table?
I have inc a database called location with a couple of tables – a form with the sub form which was my preferred choice – and a just started radio button form where I am now stalled!!
Thanks