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]
 
Back
Top