We are in the process of upgrading from our old Backup Exec 12.5 to 2010. Inside of this process have been some major hardware changes.
We currently run the following:
HP DL380 G4 - Single 3Ghz Processor with 2GB of RAM
Quantum Scalar 24 LTO 4 auto loader library
We are upgrading to the...
I am an irritated person right now. I’m not kidding you, from about 8:30 till about 6:30 I was trying to figure out this horrific problem to a solution that was caused by an upgrade. I am a VB programmer of about 3 years (actual experience) and am moving towards VB.NET. I am still quite new...
I have a program that is accessing a database file and have successfully edited the information and saved it back to the database. If I have a button on my form, the update works just fine. If I try to create a button on a toolbar in the Parent form of my MDI setup, it doesn't work.
I have...
I have too many forms in 1 VB project. I am trying to create a testing type of software based on chapters of a book. Since each question varies in size and shape, it is almost impossible for me to do dynamic (I'm still a big novice too all this).
Is there a way that I can break down the...
I have the following Table:
DELETE [Details - Expenses (Check Detail)].*, [Details - Expenses].CompanyID
FROM [Details - Expenses (Check Detail)] LEFT JOIN [Details - Expenses] ON [Details - Expenses (Check Detail)].CheckNumber = [Details - Expenses].CheckNumber
WHERE ((([Details -...
I have a database with the following layout:
Table: Check
Table: Check Details
The table Check contains the related company the check was written for, as well as the amounts and check number. The table Check Details is used to detail out each item purchased with the Check.
I am using a...
I have a database with the following layout:
Table: Check
Table: Check Details
The table Check contains the related company the check was written for, as well as the amounts and check number. The table Check Details is used to detail out each item purchased with the Check.
I am using a...
I've look at many of the different posts but have come up empty handed on this one so I was hoping there is some person out there who might be able to help me solve this problem.
Current I have a Continuous form which shows bank rec information. I want it to do a running sum along side the...
I used to use VB about 5 years ago on a constant basis and I am trying to get back into it again so bare with me here.
I am trying to write an update program that will have sub directories that will vary. I don't want to place them in the registry or an .ini file since that seems like to much...
I know that you can right click on a report and choose sorting and grouping, but is there a way to do this using VB. I have several reports which print the exact same information but I have 3 duplicates of each of them just because I don't know a way around this. Can someone please help?
Alright, I'm still a complete retard, but here goes:
I have a report that has multiple columns. Now this is a government report, so it has to fill in the rest of the boxes. So if I have only three records, it shows on the 3 records but no additional boxes are drawn. I need them drawn, again...
I need to have a running total for each page so that values can be checked for valid input or invalid input. I would like the total to be somewhere other than in the detail, but this will work fine if it's the only way possible to do it. I've tried the following however:
1. I've tried an...
I have a text box witch referrences a basic table labeled ContributorName and a subform which lists total contributions by date and other items unrelated to the problem I'm having. When I input the name of a contributor that is a duplicate, I would like it to pull that record up for editing...
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.