Form Update!!

P

Priya

Hi,

I have a main form - displaying a quote header info and
subform - displaying related line items info.

When I open this form, I want to have a quotenumber
textbox and a combobox - revision number

When I enter a valid quotenumber, the combo box should
automatically list all the corresponding revsionnumbers
for that quotenumber.

How do I do this?

I tried using the RowSource = "Value List"
RowSourceType = Value from Table for RevisionNumber field!

It doesn't work!

I would appreciate any input/ideas!
Thanks in advance
 
Top