Form

C

Christy

I have an Inventory form with a list box named Type. What
I am trying to do is when I double click on this record I
want another form called Type that has the field type to
show up so I can enter the type such as monitor and it
will be added to the list box in my inventory form. I
found an example in the access database wizards called
Inventory control then open the Products form and doube
click on the category field and it allows you to enter in
a category. I can not figure out how to do that. My VB
code my be wrong. Any suggestions?

Thanks
 
A

Alberto Uttranadhie

Christy,

For updating your list use Form_Inventory.Type.Requery when you close
(event) Form_Type, for example. What Requery does is update your SELECT
query where your list box Type takes data.

Alberto (Spain)
 

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