I have two tables, one contains names and address of 'players' in my lottery database the other contains the lottery information. The lottery information contains in ID which is linked to the 'players' ID which is the primary key. Each player is asigned 4 sets of lottery numbers. And a player can have as many as he likes. This means there is 4 columns on my lottery table each of which contain<br>a lottery number. <br><br>I need to be able to search for a particular number in all of the four colums. I also need 1 combo box to display<br>all of the numbers contained in the 4 columns. <br><br>Is it possible to display them so the look like 1 colum?n<br><br><br>Thanks for your help.<br><br>James