The program is using an old verison of the API that isn't functional. It stopped working in 2019 and the author said he' "wants to fix it" but never did. There's a forum link on the Skwire Empire page.
I just want something to quickly check episode descriptions for a few shows without popping...
Around a decade ago, I used a little program called epCheck. (Spam filter prevents me from posting link, so look up Skwire Empire.) Looked like this:
Unfortunately, it broke a few years ago and dev never got around to fixing. I'd like to try to recreate some of it in Access, mostly to see if...
In a combobox, if two records have the same value, is there an easy way to jump to the next one?
As an example:
This example's not really a problem, but it is an issue on another combobox where it's not sorted alphabetically and the identical values are miles apart.
Thanks in advance.
yes, that makes sense.
In the Sims games, a career track is basically a set of related jobs - e.g. the Science career has 'Lab Glass Scrubber' and 'Top-Secret Researcher' as two options for the job. A Sim can only hold one job at a time.
Additionally, there's actually two separate careers...
Attached: A stripped-down version of my database.
In tblPlayableSims, I have several columns that I split into their own tables - if I have two Sims with the same job, I don't need to store the information separately for each. I related them like this:
However, now I'm not sure exactly how I...
Thanks everyone
I think I will try to reduce the ampersands for the objects - I think I can rename it for the categories without affecting the underlying object.
In my database (attached), I have a form ('Households & Sims') with a combobox record selector to select a household. It works well until I try to add a criteria to the query.
If I add [Households].HouseholdExists=True to the form's Filter or 'WHERE (((Households.HouseholdExists)=True))' to the...
Yet another question about the Sim tracking database I was having trouble with earlier.
Within my [Playable Sims subform], I'd like to create a datasheet subform to display all the siblings and half-siblings of the currently selected Sim. Here's what I did so far:
I have a table, [Sim Births]...
There were a few minor changes in-between that screenshot (taken a few days ago). I put the record-navigation back here (and fixed a mistake I made while preparing the database for upload). :o
Steps to reproduce:
1. Open Neighbourhoods and Households.
2. Use the first comboform on the left...
Here it is.
Beware that it's still a bit of a mess of half-finished forms and clumsy attempts at SQL and VBA. I'm pretty much learning this as I go. :o
The relevant forms are [Neighbourhoods & Households] and [Households_subform].
EDIT: Fixed version of database in post below