Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tyedyejenn

  1. tyedyejenn

    How to change BackColor to DateTimePicker?

    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
  2. tyedyejenn

    I want the tab key to emulate the enter key

    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...
  3. tyedyejenn

    combo box help

    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...
  4. tyedyejenn

    getting records from access 97 database using date in sql statement

    Ruairi Thank you very much. It works!! This has caused me agreat deal of frustration. I appreciate your quickness in replying. Have a great day Jenn
  5. tyedyejenn

    getting records from access 97 database using date in sql statement

    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...
  6. tyedyejenn

    passing value to data report

    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...
  7. tyedyejenn

    delete 1 element from Array

    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...
  8. tyedyejenn

    trouble writing to random access file

    Paul, VBNewLine worked perfect Thanks Jenn
  9. tyedyejenn

    trouble writing to random access file

    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...
  10. tyedyejenn

    errors occurred when running setup of VB6 program

    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...
  11. tyedyejenn

    In VB6 program simulate "Tab"by pressing the enter key

    Thanks mohmehran that worked great. I totally appreciate the quick response. Have a great day Jenn
  12. tyedyejenn

    In VB6 program simulate "Tab"by pressing the enter key

    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...
  13. tyedyejenn

    selecting records for Access 97 report from VB 6 program

    Kathryn,<br><br>I created a small report just to figure out how to run an Access Report from VB.&nbsp;&nbsp;I figured that out, I can print the report but it shows me all records in the table.&nbsp;&nbsp;So now, I am trying to figure out how to run the report but only with records(in this case 1...
  14. tyedyejenn

    selecting records for Access 97 report from VB 6 program

    I am writing a program in VB6 and want to run a report from Access 97 to select certain records.&nbsp;&nbsp;I have the following line of code to run the report<br><br>Accapp.DoCmd.OpenReport &quot;LogIn Report&quot;, acViewNormal<br><br>I just don't know how to add a sql type statement to select...
  15. tyedyejenn

    selecting records for Access 97 report from VB 6 program

    I am writing a program in VB6 and want to run a report from Access 97 to select certain records.&nbsp;&nbsp;I have the following line of code to run the report<br><br>Accapp.DoCmd.OpenReport &quot;LogIn Report&quot;, acViewNormal<br><br>I just don't know how to add a sql type statement to select...

Part and Inventory Search

Back
Top