Paul,
Sorry I can't help you, I have been trying to figure that out for about a week.
If anyone has an idea on how to change the background color of the textbox part of a DateTimePicker I would also like to know
Thanks, Jenn
I have looked through other postings and see lots of help for having the enter key work like the tab key, but what I need is just the opposite:
I have a button on my form with the default property set to true so when the user presses the enter key the code in the cmdButton_click event executes...
One of the features of a form I am designing is when the user types in the textbox part of a combo box the list box part drops down with the closest matching entry highlighted, so the user can hit enter and the entry will show in the textbox part of the form. I am unsure of how to make this...
My program is written in VB6 and accesses an Access 97 database. In my table I have a field called DateEntered that has a data type of date/time. In my program I have a variable called strActivityDate. I have tried to declare strActivityDate as a variant, a string and a date and I keep...
I have a VB6 program that runs a report created using the Data Environment and the data report designer. I have an SQL statment in the DE that says:
Select * from Table Where ('Field' = '09/11/2000') this works fine.
Instead of hardcoding the date I want to substitue a variable...
My program is written in VB6. I set up an array for batch customers. When a receipts rep attaches payments customers are added to the batch customer array.
What I am having problems with is if the user decides they want to unattach a payment("delete" the customer from the array)
I...
My Program is written in VB6
I need some help with a problem I am having
I need to write certain data to a text file. I have my records writing to the text file but the problem is this:
my records are all on one line
00050212120100 00050204890100
i tried adding a...
I wrote a program in VB6 and used the package and deployment wizard to create a cab file. The following errors occur when I run setup.
C:\Windows\system\MSVCRT20.DLL
an access violation occurred while copying the file
-----
An error occurred while registering the file...
I wrote a data entry program using VB6. I was under the impression users would use the Tab key to navigate through fields(I set up the tab indexes and such). Well the bosses would also like the option of using the enter key to navigate through fields(they want the user to be able to use either...
Kathryn,<br><br>I created a small report just to figure out how to run an Access Report from VB. I figured that out, I can print the report but it shows me all records in the table. So now, I am trying to figure out how to run the report but only with records(in this case 1...
I am writing a program in VB6 and want to run a report from Access 97 to select certain records. I have the following line of code to run the report<br><br>Accapp.DoCmd.OpenReport "LogIn Report", acViewNormal<br><br>I just don't know how to add a sql type statement to select...
I am writing a program in VB6 and want to run a report from Access 97 to select certain records. I have the following line of code to run the report<br><br>Accapp.DoCmd.OpenReport "LogIn Report", acViewNormal<br><br>I just don't know how to add a sql type statement to select...
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.