Skip, sorry for the slow response. I thought I had this working correctly, but turns out I didn't. I never found a solution for it, and from what I've read, it's not easily doable with the built in mail merge functionality. I'd probably need to write some custom VBA, and it was just faster to do...
Hi, I'm trying to create placecards in MS Word from Excel data. I've tried using MS Word's labels, but here's the problem. The placecards I'm creating will go in a holder that have a border on all 4 sides, so I need to create a label that has padding on all 4 sides. So I want to show borders on...
I am trying to restrict by a logged in user name, but I still feel like the code I've shown above suffers from the issue of if a single user logs in from two machines and submits the info at the same time...
Thanks for the reply, but won't a stored procedure still run into the same problem writing code to handle it would, for example, I could write this code:
if ( recordCountForUser(1) < 3 ) {
// If a user makes an insert from two computers when record cound = 2, they can both get to this code...
Hi, I am wondering if it is possible to write a query that inserts data as long as there are less than N duplicates.
For example, I have a game where I want a user to be able to submit no more than 10 entries. I don't want to check this constraint in PHP code because there is a possibility of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.