Okay, I am very green when it comes to databases and I am wanting to do the following and hoping someone can help.
I currently have an online static "database" that lists the surnames (2300 surnames) submitted by our members which is then linked to their email address.
I have converted all the surnames into a table with 4 fields:
surname, email, valid_em, valid_mem.
I am confortable pulling the information directly from the database for just the surname and email.
First question:
How do I set it to return the surname as a link (with the email being the link)?
Second question:
Some email addresses are no longer valid. So in the valid_em field I would have either a No or Yes(Null). Then I would also check to see if they are a current member of our society, with a simple Yes/No in the valid_mem field as well.
Now, is there a way to set up an IF statement so that it checks both fields, and based on whether the answer is Yes or No (for each), I can append an image to the end of the listing for that surname and email(for each check)?
I would be interested in anyone who has done something like this.
Thanks in advance!