hi,
I created a tabbed control form. Inspired from Northwind database.
Now in orders form I wanted quantity inStock in a separate list box when focus set on sales qty. I set the query and it worked. and when i lose focus listbox disappears. It works perfectly.
Now the problem part. When I m on sales qty field. Screen keeps on flashing. I know its requerying the things. but same doesnt happen when i m using same module without tabbed form.
is there any way to solve it?