Multi select on a Form

I

Implacable

Hi everybody! I am trying to multi select in a list box but i get this error
message:
The field <name> cannot contain a Null value because the Required property
for this field is set to True. Enter a value in this field. (Error 3314)
What I am trying to do is to select names from a table and store them in
another table (employees who took a class on this date). I could only do it
if i select only one, if I enable multi select either simple or extended
that is when i get this message. Is there any macro or code that would let
me do
this task? Thanks!
 
D

Dirk Goldgar

Implacable said:
Hi everybody! I am trying to multi select in a list box but i get
this error message:
The field <name> cannot contain a Null value because the Required
property for this field is set to True. Enter a value in this field.
(Error 3314) What I am trying to do is to select names from a table
and store them in another table (employees who took a class on this
date). I could only do it if i select only one, if I enable multi
select either simple or extended that is when i get this message. Is
there any macro or code that would let me do
this task? Thanks!

Answered by various people in other newsgroups.
 

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