combo box on unbound form

  • Thread starter Thread starter George
  • Start date Start date
G

George

Hi,

I have an unbound form, frmClients, interacting with class Clients. On the
form I have a combo box, cboNationality, based on tblNationalities but I
can't make it work. Do I need to also create a class for nationalities and
then create a parent child relationship with class Client? I am new to
classes, this is my first attempt, and so far I have really followed a recipe
from a book. Unfortunately the book doesn't explain what happens in this case.

Thanks in advance, George
 
Back
Top