How to create dynamic column heading in Access form?

Joined
Nov 25, 2010
Messages
1
Reaction score
0
Apologies if this should be obvious but I'm only an occasional Access user and after several hours of Googling I've not found a solution.

I am creating a simple database containing records with multiple fields of the form:
Filename;Date;Location;Method;Parameter1........Parameter12.

I have a tableMethodParameter that allows the user to define the Parameter names associated with each Method.

I want to allow the user to view all records containing a particular Method (selected using a ListBox or ComboBox) and to display these in a form with column headings for the Parameter columns dynamically populated using the appropriate values from tableMethodParameter.

It is this last part that is defeating me and any suggestions on how to do it, where to look for further help or even just appropriate terms to narrow my search would be much appreciated.

Ian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top