Thanks, Ray, but I believe that this article applies to Oracle. I'm using MS Access.
But, the good news is that the workaround that I mentioned in an earlier post appears to be working out for me.
You should be able to uninstall from the control panel / add remove programs.
By the way, I've found that the (free) Microsoft add-in Visual Studio Installer is much more robust than the P&D Wizard.
That's a good idea.
I think I forgot to mention that this application will be installed on 13 client machines. So, multi-user access is a big concern.
What I really want to do is get rid of the ADODC's altogether. I was just scouring one of my reference books and it said that ADODC's have...
I'm using VB 6 SP5 with Access 97. I created a database app in the textbook fashion using ADODC's. Now that I'm in the testing phase, I'm finding all manor of problems with multi-user access using ADODC.
I need to reconfigure my application so that I have one connection string, one connection...
I have a datagrid that displays an age (in years) based on a date of birth (mm/dd/yyyy). The following SQL is the data source for the grid. I want to truncate the Age field such that only the whole number appears, rather than a number with decimals. I tried using Format$ to format the result...
This is totally untested pseudo code. You mentioned that you wanted this in one "query." So, my code may not be applicable since it would be a Sub Procedure. Not sure if you were wanted to do this in a database query.
Dim myMonth As String
Dim myDay As String
Dim myDate As String...
Sorry to be so dense, but I'm still not clear on what I'm supposed to do.
Can you post some sample code? Also, I'm not clear on what event will trigger this code. Is it in the activate event of the MDI form? Probably not, because it's always active, right? During the application startup...
I'm trying to make a menu editor that functions similar to the way that MS Office apps do. I have a File/Close menu option in the MDI application, but I can't figure out how to code it.
If the user clicks close (or uses the shortcut) I want to close the MDI child that has focus. I want the...
Sorry dvannoy - I was hoping that something would jump out at me, but the code looks exactly the same for both Click Events (as you said). Good luck finding a solution. If I run across anything, I'll post again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.