It’s very late at night and I’m at my wits end. I’m trying something very simple I’m sure, but I can’t get it to work quite right.
I have a database that I enter websites into, categorize them, then select topics that are covered on the website, describe the topic, and rate the topic. A website is limited to one category. You can select as many topics as you want, but you can only use a topic once per website.
Anyway, I’m starting to design a form (frmSite Data Entry) that has the SiteName, SiteURL, and CategoryNumber (this is all from tblSite). On this form I want to be able to type in my site name and URL, then have a combo box that lists the categories I have to choose from. The combo box looks up its information from the tblCategory which has fields: CategoryNumber, CategoryName, and CategoryDefinition. Now this part works. I can see the list of my Category Names. But what I also want is for the form (frmSite Data Entry) to show the CategoryDefinition on it when I select the CategoryName. I just can’t get it to do that.
I feel like such a dunce. It’s probably something really simple.