Form to Datasheet

P

Pete

I have built a form that I am happy with. It includes a
number of list boxes from which multiple selections can be
made. The problem I am having is the transfer between the
data inputted into these list boxes and the corresponding
datasheet. All the other fields are fine but all the list
boxes are blank in the data sheet. What do I do to fix
this or is it impossible? A huge thanks to anyone who can
help me out because this is driving me nuts!
 
G

Gordon Jones

Are you sure that you have defined the list boxes
correctly? In the Row Source, the following will give you
the correct ID: 1; Cash; 2; Check. Selecting Check will
leave "2" in the field. This has to be defined the rest
of the way as with an external list or combo box. Or do I
understand the problem?
Gordon
 

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