subform problem

G

Guest

I have a main form with two subforms. One subform works
fine, but the other is doing something kind of weird. It
is linked to the main form with field "BookID". I have a
combo box in the subform whose source is "TopicID" from
tblTopics. When I enter a book on the main form, I want
to be able to choose various topics this book covers on
the subform and have it save it to tblTopics. It does do
this, however, I've noticed that in some instances,
specifically when I first enter a topic after opening the
form, tblTopics shows a number instead of the topic
name. Every entry after this displays Topic Name though,
until I close the form again.
Any ideas?

Thanks, Tara
 
G

Guest

Forget this post...I just figured out the problem. There
was a space in my rowsource definition that shouldn't
have been there. Not sure why it coused this issue, but
eliminating it fixed the issue.
 

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