Hi
I have 2 Doubts
(1) I have a combo box in the Orders form.The combo box contains list of the material names such as iron,paper etc.i manually typed all the values in the combo box.
But now my problem is that when i load the form it is not showing any value .so i want the default item as "select item" which can be viewed on the combo box before the user selects the option
(2) My other doubt was I have a Quotation in which I have a combo box which contains all the orders numbers(which are loaded from the orders table).The user after selecting the particular order number,i want the textboxes of the name and address to be filled automatically according to that particular order number..
for that to happen i wrote a query in the expression bulider of the name textbox as
=(SELECT [FullName] FROM [Order] WHERE ([OrderNo]=([Forms]![Quoatation.OrderNumber])))
but its giving #name?
Please help me out
Thank U