Twordle: The Ultimate Word Challenge for Access Users! ( again databases, not boring )

murray83

Games Collector
Local time
Today, 19:05
Joined
Mar 31, 2017
Messages
815
Hi All! If you’re looking for a word game instead of numbers (like in NumberNest), then Twordle might be just what you need!

Dive into the world of wordplay with Twordle, the Access version of the beloved Wordle game! Perfect for word enthusiasts and casual players alike, Twordle offers a fun and engaging way to test your vocabulary and problem-solving skills.

Once again, it’s simple and quick, taking just a few seconds or minutes each day. As with its namesake, the word will change daily. Currently, Twordle supports English, and by popular request (from a work colleague), also added Polish!

Each day, tackle a new five-letter word challenge and see if you can guess it in six tries or less. With an intuitive interface designed specifically for Access users, Twordle makes it easy to play, track your progress, and compete with friends.

Whether you're a seasoned wordsmith or just looking for a quick brain teaser, Twordle is your go-to app for daily word fun. Join the Twordle community today and see how your word skills stack up!

Enjoy ( I Hope )
 

Attachments

sorry for quick DP but a user found a bug ( I had copy pasted and hadn't renamed some of the functions ) stupid me all is now good and tested I promise

Cheers
 

Attachments

Duplicate declaration in current scope:
Dim userName As String
Dim DtTaken As Date
Dim SQL as string

in: Private Sub CheckWinCondition5() of frmMain

Repeat of same issue in frmMainPolish

Thanks, appreciate putting it out.
 
Duplicate declaration in current scope:
Dim userName As String
Dim DtTaken As Date
Dim SQL as string

in: Private Sub CheckWinCondition5() of frmMain

Repeat of same issue in frmMainPolish

Thanks, appreciate putting it out.
Oh okay can't say anyone else had that but will check.
 
I ALWAYS Dim at the top, whether they will get used or not.

No harm done I suppose?
1745173765072.png
 

Users who are viewing this thread

Back
Top Bottom