Forum Moderators: open
One table consists of...
Name:
Address: (memo field)
Town:
Postcode:
Tel:
E-mail:
This is linked (relationship) to another table which details persons position in company i.e. chair, vice etc..
Problem:
I need to always display the name of the person associated with the position, but it's going to be the individuals choice as to what other details are publicly displayed i.e. it could be any combination of the other five fields.. although all fields are completed in the database.
how would I set up such a query.. thought it would help to get up early to think about this, but it hasn't..
Thoughts?
Suzy
Your query to display the data then becomes an IIF statement along the lines of
IIF [showtown]="true",[town],""
I only develop offline databases though, so don't know about web enabling it.