Well, I think that most well written programs for data entry do allow for either the tab control to be used or the mouse. So there aren't any new innovations...
What's the difference between a professional package ( software) and non professional? Hope it's not the cost <G> I have seen some inexpensive programs that...
If you TAB to a combo box you might want to search for data in the box if the list is long you could do an auto complete search or you could use a function key...
Hi Dwight, I think vb 2005 has a bug. Thats my final opinion on what is happening to me with this control...lots of other weird things have happened with this...
If you are going to edit you should be doing slow work un interrupted because you are performing a task that is done only now and then unless you are cleaning...
This is a wild guess but I would say that the default setting you have on your system for mouse behavior might be affecting this issue Change it to single...
Hey if you want to see the code in a Pro Package that a friend of mine wrote go over to RxKinetics and ask for a download trial of Kinetics for Desk top Rick...
<G> I will download it, just to see how the big boys do it in a pro package..I have heard of Rick Tharp...maybe I can learn something. I always can learn...
Morning Dwight, I am assuming that you have to be extremely careful with the data input in a pharmacy since a mistake can be deadly. Problem is that Dr's and...
Is the combo box bound to a database? ... I just tried this in a fresh project vb 2005 and it worked fine. Adelle. ... Get easy, one-click access to your...
What I ended up doing is converting my float to an integer, doing a modulus on it, then subtracting the remainder from the original number. Works great! ...
Adelle, anybody, VB6 My understanding is that when an object goes out of scope (and this is allowed) it is destroyed. What about record sets and Connections? ...
If you want someone who will eat whatever you put in front of him and never says its not quite as good as his mother made it... Then buy a dog. If you want...
You can read the list into an array do the removal then obtain the total number of items in the array after removal and write back up to and including the...
Good Morning, Here is a resource that you may want to put on your shelf, or at least save this e-mail. Serial Port Complete, 2nd Edition by Jan Axelson ...
Hi Guys, Just a quick question... Putting together a bit of a clunky project that requires Macros to grab data from an excel file, transfer this into a...
D: Do you want to create a new pivot table, or do you want to "update" a table (from an update source range). In the latter case it seems a simple matter of...
Does anyone know how to make it so if you click on a column in the listview, it will sort the list by that column? Usually it only will sort by the first...
Thanks for coming back to me Bruce. I perhaps should have been more specific... 1) The pivot table (on one sheet) relies on data (on another sheet) that is...
From the sound of it, there's a problem using workbook.ActiveSheet -- but I am not sure.. when the code is running, what is the active sheet? A simple...
Thanks again Bruce. Yeah, I've managed to sort the Pivot issue by making sure I select the correct Sheet Sheets("Sheet2").Select and then refresh the pivot...