No new records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form which has these fields:

ID, Degree 1, Degree 2.
The user choose from combobox the id and then write the degrees.But I want
like the user dont have the permission to write to the combobox an id which
is not already contained in combobox. ANd the form appear a message if he do
that that he cant.
How i show these message?and how i create it?
 
I have a form which has these fields:

ID, Degree 1, Degree 2.
The user choose from combobox the id and then write the degrees.But I want
like the user dont have the permission to write to the combobox an id which
is not already contained in combobox. ANd the form appear a message if he do
that that he cant.
How i show these message?and how i create it?

Set the "Limit to List" property of each combo box to Yes, and they
will be restricted to the list that you provide. No message is
necessary - they simply won't be able to select a value which isn't
there!

John W. Vinson[MVP]
 

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

Back
Top