combo box

  • Thread starter mroks via AccessMonster.com
  • Start date
M

mroks via AccessMonster.com

I don't get the point. If you'll creating the one as you stated below you're
creating another table which same as your table source. and of course if you
have a creating a source like below all the content of combo box were exist.

I suggest you to make a primary key for the uniqueness of every record.
 
A

a

Thank you

I have combo box

Control Source=

Row source type= table \query

row source = SELECT tblClient.IDClient FROM tblClient;



I want if the user type one of the IdClient in the combo box message box
appear ("the number you type already exists" )
 
A

a

Thank you for your answer
I don't want to create a table and primary key
I want to use just combo box without Control soure
I want if the user type one of the IdClient in the combo box message box
appear ("the number you type already exists" )
 

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