The Acaeum Dungeons & Dragons
Collecting Forums

Collector's Database
Post new topic Reply to topic Page 1 of 1
Author

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Thu Jun 29, 2017 5:53 pm 
 

If you have received a copy of the collector's database from me, can you please let me know if you have found any problems, errors or coding issues with it? I haven't heard back from anyone. Thanks!

  

User avatar

Prolific Collector

Posts: 394
Joined: May 10, 2017
Last Visit: Jun 14, 2026
Location: New England

Post Posted: Thu Jun 29, 2017 6:24 pm 
 

Since I don't have Microsoft Access, I couldn't view the data structures.  Do you have an Excel "flat file" of your database available?  Thanks, MadCat.

-Skull

  

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Thu Jun 29, 2017 7:34 pm 
 

Skullhammer wrote in Collector's Database:Since I don't have Microsoft Access, I couldn't view the data structures.  Do you have an Excel "flat file" of your database available?  Thanks, MadCat.

-Skull


There are a number of free "Office" clones, but if you want the (sort of up to date) Excel file, send me a PM with your email and I'll get it off to you.

  

User avatar

Active Collector

Posts: 16
Joined: Oct 02, 2013
Last Visit: Aug 06, 2026

Post Posted: Fri Jun 30, 2017 6:02 am 
 

I would be more than happy to provide feedback if you wouldn't mind sending me a copy.

Cheers!

Chuck

  

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Fri Jun 30, 2017 10:47 am 
 

cwfrizzell wrote in Collector's Database:I would be more than happy to provide feedback if you wouldn't mind sending me a copy.

Cheers!

Chuck


PM me with your email address and I'll send it along. Thanks!

  

User avatar

Active Collector

Posts: 16
Joined: Oct 02, 2013
Last Visit: Aug 06, 2026

Post Posted: Sun Jul 02, 2017 4:24 am 
 

Received.  There's a functional issue, potentially on my end, before I can actually get to validating data.

Using Access 2013, if I open the AD&D Book Master List form and select a Product Code form the dropdown, it populates the Title list Box (can tell by the change in the vertical scrollbar).  However, the values aren't visible.  I can copy a row listed in the dropdown, paste it into notepad and see Product Code 2013 pulls up item 587.  

Any ideas?

  

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Mon Jul 03, 2017 11:54 am 
 

cwfrizzell wrote in Collector's Database:Received.  There's a functional issue, potentially on my end, before I can actually get to validating data.

Using Access 2013, if I open the AD&D Book Master List form and select a Product Code form the dropdown, it populates the Title list Box (can tell by the change in the vertical scrollbar).  However, the values aren't visible.  I can copy a row listed in the dropdown, paste it into notepad and see Product Code 2013 pulls up item 587.  

Any ideas?


Sounds like the list boxes aren't scrolling to the correct value. Do you see scroll bars on the right side of the boxes? I was having some issues with the list boxes not scrolling properly, but thought I had them worked out (using Access 2010 here at work.) Microsoft may have changed something in Access 2013 that broke the code to scroll the list boxes. If you don't see scroll bars, there may potentially be a larger bug. I tested just now by entering "Dungeon Master" in a title search and everything worked fine for me (again, on my work machine running Access 2010.)

  

User avatar

Active Collector

Posts: 16
Joined: Oct 02, 2013
Last Visit: Aug 06, 2026

Post Posted: Mon Jul 03, 2017 9:01 pm 
 

MadCatUSA wrote in Collector's Database:
cwfrizzell wrote in Collector's Database:Received.  There's a functional issue, potentially on my end, before I can actually get to validating data.

Using Access 2013, if I open the AD&D Book Master List form and select a Product Code form the dropdown, it populates the Title list Box (can tell by the change in the vertical scrollbar).  However, the values aren't visible.  I can copy a row listed in the dropdown, paste it into notepad and see Product Code 2013 pulls up item 587.  

Any ideas?


Sounds like the list boxes aren't scrolling to the correct value. Do you see scroll bars on the right side of the boxes? I was having some issues with the list boxes not scrolling properly, but thought I had them worked out (using Access 2010 here at work.) Microsoft may have changed something in Access 2013 that broke the code to scroll the list boxes. If you don't see scroll bars, there may potentially be a larger bug. I tested just now by entering "Dungeon Master" in a title search and everything worked fine for me (again, on my work machine running Access 2010.)

I entered "Dungeon Master" in the title search and received an error:
Attachment:
$matches[2]

The database wants me to pick a particular title.  In this case, and using your example, it simply highlights the first name in the list starting with "Dungeon Master".  

Digging around in the Item_Code table, I know Product Code "2011" corresponds with Title "Dungeon Master's Guide", which includes several Item_Codes representing different DM Guide versions.  Using this info, I try to search a couple ways.

If I simply select "Dungeon Master's Guide" in the Title dropdown, nothing appears in the Title list box:
Attachment:
Screenshot 04.png


If I enter "2011" in the Product Code dropdown, it does populate the Title listbox ("2011" for example), although results aren't visible:
Attachment:
Screenshot 05.png


I'm not sure what's happening between Access 2010 and 2013...

You do not have the required permissions to view the files attached to this post.
  

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Tue Jul 04, 2017 6:34 pm 
 

cwfrizzell wrote in Collector's Database:
MadCatUSA wrote in Collector's Database:
Sounds like the list boxes aren't scrolling to the correct value. Do you see scroll bars on the right side of the boxes? I was having some issues with the list boxes not scrolling properly, but thought I had them worked out (using Access 2010 here at work.) Microsoft may have changed something in Access 2013 that broke the code to scroll the list boxes. If you don't see scroll bars, there may potentially be a larger bug. I tested just now by entering "Dungeon Master" in a title search and everything worked fine for me (again, on my work machine running Access 2010.)

I entered "Dungeon Master" in the title search and received an error:
Attachment:
$matches[2]

The database wants me to pick a particular title.  In this case, and using your example, it simply highlights the first name in the list starting with "Dungeon Master".  

Digging around in the Item_Code table, I know Product Code "2011" corresponds with Title "Dungeon Master's Guide", which includes several Item_Codes representing different DM Guide versions.  Using this info, I try to search a couple ways.

If I simply select "Dungeon Master's Guide" in the Title dropdown, nothing appears in the Title list box:


Make sure you are selecting an item to search by from the list to the left of the search box. If you don't, it will error out. So, click "Title" then enter "Dungeon Master" in the search box.
Attachment:
Search Database.jpg


cwfrizzell wrote in Collector's Database:
MadCatUSA wrote in Collector's Database:


Again, have to make sure you are clicking on an item to search by before entering a search term.

You do not have the required permissions to view the files attached to this post.
  

User avatar

Active Collector

Posts: 16
Joined: Oct 02, 2013
Last Visit: Aug 06, 2026

Post Posted: Tue Jul 04, 2017 11:58 pm 
 

Please take another look at the form screenshot I posted earlier.  The form is "AD&D Book Master List."  The form, as I have it, does NOT have a "Search By" dropdown, nor does it have a "Enter Search" field or "Search" button.

The database you sent me has three forms:

AD&D Book Master List
Extract_Author
Table_Import

Unless the search form you are using is somehow hidden, I don't see it in the database you provided.

  

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Wed Jul 05, 2017 10:48 am 
 

cwfrizzell wrote in Collector's Database:Please take another look at the form screenshot I posted earlier.  The form is "AD&D Book Master List."  The form, as I have it, does NOT have a "Search By" dropdown, nor does it have a "Enter Search" field or "Search" button.

The database you sent me has three forms:

AD&D Book Master List
Extract_Author
Table_Import

Unless the search form you are using is somehow hidden, I don't see it in the database you provided.


8O

Let me check again when I get home. You may have received an older version by mistake. My apologies.

  


Sage Collector
JG Valuation Board
Acaeum Donor

Posts: 2111
Joined: Aug 28, 2006
Last Visit: Jun 26, 2025
Location: Vienna, Austria

Post Posted: Wed Aug 09, 2017 1:01 pm 
 

Ah. It's in Access. I use Access to keep track of my own collection. Would be happy to look at it.

  

User avatar

Prolific Collector

Posts: 512
Joined: Sep 30, 2015
Last Visit: Dec 12, 2021
Location: California

Post Posted: Wed Aug 09, 2017 1:15 pm 
 

HermitFromPluto wrote in Collector's Database:Ah. It's in Access. I use Access to keep track of my own collection. Would be happy to look at it.


Send me a PM with your email address and I'll make sure you get a copy.

  
Post new topic Reply to topic Page 1 of 1