N
Nasir Khan
Hello Group
I tried to search this problem in the newsgroup but failed (due to my very
limited knowledge).
I have used the template of Access 2002 and created the Order Entry
database.
I changed the CompanyName text box to a combo box on the "Orders by
Customer" form and set its RowSource to show the company names in Ascending
order and it works fine. My problem is that if I select any company from
the combo box.. the related records.. for eg. CustomerID, FirstName,
LastName, Billing Address.etc etc ..... in other words all the other field
does not change to reflect the record selected for the CompanyName selected
in the Combo Box!
I looked in the newsgroup under the heading "Populate Text Boxes with
selection of Combo Box" and followed the solution mentioned there.. but
still it does not work.. I dont know what I am doing wrong... the thread
says to do something like follows:
=[cboName].[Column](0)
=[cboName].[Column](1)
=[cboName].[Column](2)
and so on................
but when I click on the combo box the CustomerID and Billing Address and
other field goes Blank...
How can I achieve this ?
I hope I have made myself clear.
Also I tried to get the "combobox wizard" started but did not succeed.. Is
it required to be installed as an Add In? How can I see the combobox wizard
to work on a form??
I would appreaciate any help in this matter.
I tried to search this problem in the newsgroup but failed (due to my very
limited knowledge).
I have used the template of Access 2002 and created the Order Entry
database.
I changed the CompanyName text box to a combo box on the "Orders by
Customer" form and set its RowSource to show the company names in Ascending
order and it works fine. My problem is that if I select any company from
the combo box.. the related records.. for eg. CustomerID, FirstName,
LastName, Billing Address.etc etc ..... in other words all the other field
does not change to reflect the record selected for the CompanyName selected
in the Combo Box!
I looked in the newsgroup under the heading "Populate Text Boxes with
selection of Combo Box" and followed the solution mentioned there.. but
still it does not work.. I dont know what I am doing wrong... the thread
says to do something like follows:
=[cboName].[Column](0)
=[cboName].[Column](1)
=[cboName].[Column](2)
and so on................
but when I click on the combo box the CustomerID and Billing Address and
other field goes Blank...
How can I achieve this ?
I hope I have made myself clear.
Also I tried to get the "combobox wizard" started but did not succeed.. Is
it required to be installed as an Add In? How can I see the combobox wizard
to work on a form??
I would appreaciate any help in this matter.