You need to get rid of the 2011, 2012, 2013 fields in tblHoliday. Create a new table for contacts/cards with ContactID and Year. This will make life much easier. You can copy the cards data from tblHoliday.
I had thought of that, but I couldn't remember the command to display the HTML (which I'm not conversant in) for the page. And then I did. Right-click, display page source.
And, after scrolling through hundreds of lines, sure enough, I spotted 'cognito_user_email'. It looks like 'user_login'...
I have an Access db with code in it that downloads some files from a website. It's been working fine daily for many months.
One of the things the code has to do is sign in to the site. My VBA code fills in a user id and a password onto a web page. All of a sudden today, the fill-ins don't...