Hi
I have a db for quotes, orders, packing lists, invoices etc.
I want to avoid the use of combo boxes where avoidable.
Whar I would like to do is the following:
Take for instance a "new order" form.To select the customer, users would
1.- Double click on the "Customer" field, which would open the "Customers" form in datasheet view or continuous forms view.
2.- Filter or seartch to find the intended customer
3.- Double click on the desired customer id or name fields,which would close the "Customers" form and set the value of the "Customer" field of the "New Order" form to the key of the selected customer
Very much like in MS Dynamics NAVand many other business apps.
Is this possible without a lot of code?
Any help would be greatly appreciated
Cheers!