B
Brook
I think what I am trying to do should be simple, but I
guess I am just missing something:
What I have:
tblStockData: StockID, StockNumber, StockName, etc
tblOrders: OrderDate, DueDate, StockNumber, StockName,
Quantity, Price, etc
What I want to do is set up a form to process new
orders:
So my form would contain:
OrderDate (from tblOrders, Manual Entry)
DueDate (from tblOrders, Manual Entry)
StockNumber : What I am trying to do is set up a
ComboBox (from tblStockData) so that when
the user selects the StockNumber they would like to order
it would automatically populate the StockName.
The catch is this, I would like to have
StockName set up as a ComboBox as well (from
tblStockData), that would perform a lookup on the
StockName and when the user selects the StockName they
would LIke it would automatically populate the StockNumber
from the tblStockData
The reason I am needing to set it up this way is
so that if the user doen't either the StockNumber or
StockName they will be able to choose the one they do know.
Please: can anyone help?
Thanks in advance...
Brook
Please let me know if you have any questions
guess I am just missing something:
What I have:
tblStockData: StockID, StockNumber, StockName, etc
tblOrders: OrderDate, DueDate, StockNumber, StockName,
Quantity, Price, etc
What I want to do is set up a form to process new
orders:
So my form would contain:
OrderDate (from tblOrders, Manual Entry)
DueDate (from tblOrders, Manual Entry)
StockNumber : What I am trying to do is set up a
ComboBox (from tblStockData) so that when
the user selects the StockNumber they would like to order
it would automatically populate the StockName.
The catch is this, I would like to have
StockName set up as a ComboBox as well (from
tblStockData), that would perform a lookup on the
StockName and when the user selects the StockName they
would LIke it would automatically populate the StockNumber
from the tblStockData
The reason I am needing to set it up this way is
so that if the user doen't either the StockNumber or
StockName they will be able to choose the one they do know.
Please: can anyone help?
Thanks in advance...
Brook
Please let me know if you have any questions