1

(2 replies, posted in Reports)

That did it, Thanks!

2

(2 replies, posted in Reports)

I am using a Dictionary table in my database to have conformity between my records as there are only a few choices in that field.  When I created my Report all I get is a number for the results in the column for that field.   

SELECT

Figures.Number,
Figures.Name,
Figures.id_tblFactions

FROM Figures;

Where the third column (Figures.id_tblFactions) refers to the Foreign Key Field in the Figures table.  This set up only gives a number in the report for the faction. 

What am I missing?  Thanks

3

(1 replies, posted in General)

Hello everyone.  I need some help as I am new to this.  I have 2 questions:

1) How do I add tabs to the Page Control object?

2) In my database for games, I am using 10 BOOLEAN fields for player counts (1, 2, 3, 4, etc.) that is either yes or no using a check box for entry.  I would like to check all the applicable player counts.  In my search box, I would like to be able to search for any record that has 'yes' for 2 or 'yes' for 2 and 4.  At current, I only get results if I have every box checked that is also checked in the record.  Can I work around this?

Thanks for your help!