Dynamic Form Control

R

RT215

I have a form that I want to create with a combobox for WorkOrder. When a
work order is selected, I would like for a textbox to display the product
number revision and description for that work order. I am creating a work
schedule that will automatically populate the remaining fields based upon the
selection of WorkOrder. The form will look like this:

Joe
cboWO txtProductNo txtRev txtDesc
cboWO txtProductNo txtRev txtDesc
cboWO txtProductNo txtRev txtDesc

Bob
cboWO txtProductNo txtRev txtDesc
cboWO txtProductNo txtRev txtDesc
cboWO txtProductNo txtRev txtDesc

Sue
cboWO txtProductNo txtRev txtDesc
cboWO txtProductNo txtRev txtDesc
cboWO txtProductNo txtRev txtDesc

I cannot get the dynamic form to work with a subform or cboWO.coulumn(2), etc.

Any help would be greatly appreciated. Thanks!

Ryan
 
A

Arvin Meyer [MVP]

The column property will work. Did you change the ColumnCount property in
the format menu of the property sheet?
 
R

RT215

Thanks for the prompt reply, Arvin! It is still not working for me. I am
assuming that I need to put cboWO.column(2) in the control source for my
textbox, correct?

Thanks Again,

Ryan
 

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