combo box on unbound form

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
 
R

roger

Sounds like you need a TABLE of clients (and a bound form)
why are you using a class?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top