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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: docmeizie
  • Content: Threads
  • Order by date
  1. docmeizie

    add totals from different subforms...

    I have a database where I keep track of items registered by individuals. The database keeps track of each day the person comes into register items. Each day the person comes in, they can register one or more items. So basically i have a form with a subform that contains a subform. I can get...
  2. docmeizie

    Mediaplayer, mp3's, and code to use them in access

    I have an extensive music database that I created, I'm a aspiring DJ, but I am also a serious VB, VBA coder. What I want to do is intergrate mediaplayer(or some type of player) into my project so I can select a file to play and it plays the file. I don't want mediaplayer to pop-up or anything...
  3. docmeizie

    Subform not showing records...

    I got a Main form Address and Two subforms nested on the mainform. One is Certificates and the other is Violations. Address has a one to many with Certicates and Violations. The Violation's Subform data and records show correctly, but the Certificates Subforms doesn't show anything. I go to...
  4. docmeizie

    MATCHING COLLECTION DATA WITH ORIGINAL TABLE IT CAME FROM (CAJUN, AHEM

    This question is more directed to CajunCenturion since he helped me with the original code; but any input, idea, advice from others is more than welcome. Well Mr. Cajun if you remember you gave me some very helpful code to create a Round Robin Scheduler for this Softball league I am making a...
  5. docmeizie

    How to export a table in access to excel via command button

    How would you go about sending a table from Access to excel via a button on a form? I know it can be done but the process eludes me as of now. Any help would be greatly appreciated. If I take a peek in your Windows, to fix a problem, does that make me a "Peeping Tom"? Hmmmmmmmmmmv...
  6. docmeizie

    Is it possible to tack on an existent control to tab control???

    Well I am doing some revising to a database and was wondering something. I have controls on a form already, but I want to add a tab control so that I can add some more controls to the form and then add the existings controls to the tab control. Is this possible? If so then how? I would...
  7. docmeizie

    Question about coding with .net....

    I was looking into start coding with vb.net. Well I heard from an instructor that .net takes some part from VB and some from C/C++. I have studied both as seperate entities. I was wondering what was the most outstanding change in VB.NET from VB 6.0??? Also I would like to know do the codes...
  8. docmeizie

    Main board and video card issue

    My Nvidia tnt2 model 64 agp and Gigabyte ga-5ax motherboard apparently have issues with each other. When trying to upgrade to XP pro, the upgrade advisor says I have this blocking issue. It wont let me go any further. I have searched and searched for answer, but alas, my quest for answers...
  9. docmeizie

    Upgrading from ME to XP Pro problem

    I am upgrading my system from ME to XP Professional as soon as I can resolve this conflict issue that wont let me go any farther. It says that my video card and motherboard have an incompatibility. I have not been able to find any other help from anywhere. Can someone please tell me what...
  10. docmeizie

    Fairly simply Text manipulation question...

    Okay what I need to do is take a text box string and be able to rearrange the letters so that I can check it versus a data file that I have created with all the known words in the English dialect. So basically it would a string like "are" and come up with all the permutations of those...
  11. docmeizie

    NEWBIE QUESTION ABOUT C/C++

    I will be starting a C class next week and I was wondering what is the defining difference between C programming and C++ programming. Plus I would like to know if there are any free programming environments for the two. Any advice/insight would be greatly appreciated. thank you in advance. If...
  12. docmeizie

    Question about Program Files and System Files being on the same drive

    Well here is what I wanted to do: I just bought a new Seagate 80Gig/7200rpm Hard drive and have my system setup as a network server. It is possible to have all the program files on a seperate drive that the OS files, but what I want to know is will the games run correctly with the OS files on...
  13. docmeizie

    XP Home Edition not working

    Well here is the debacle that I have jumped head long into. Troubleshooting an XP Home System that wouldn't start, I came across the fact that XP needed to be reloaded. Well while I was running through the list of things to try and get it back running, I also came across the fact that someone...
  14. docmeizie

    USB'S ON ME NOT WORKING

    Well the problems is that the USB ports in the device manager are not showing up. I tried getting them to install but they are still not installing. What in Windows ME could be causing the problem. If I take a peek in your Windows, to fix a problem, does that make me a "Peeping...
  15. docmeizie

    Spell Checking Question

    Okay when spell check runs, it has to reference a database of all the words that are words. I really want to know what it is referencing so perhaps I can reference in a project I am working on myself. I know this can be done cause you can reference the spell checker on a form by going through...
  16. docmeizie

    CSAPI3T1.DLL REFERENCING HELP

    I need to be able to reference the csapi3t1.dll (spellchecking) in my visual basic 6.0 program. Basically what I want to do with this is create a program that takes a string of letter say "latrlined" and be able to come up with all the words that this string can make. The words will...
  17. docmeizie

    Printing from a Multiselect Listbox....

    Well here is the deal I am going to create a form that has a list box loaded with people whose accounts I have just updated. The list box will be multiselect because I want to print out both Invoices and Envelopes of the people I just updated (mass mailing of the sort). I already know the...
  18. docmeizie

    Parameters query help

    What I want to do is have a parameters query that runs like this: *[Parameter Prompt]* I want to use the wild card characters but it seems to not be working to well it installs that Like statement and the parentheses which nullifies my Prompt. Is there anyway around this and if so how? Thanks...
  19. docmeizie

    Does anyone know how I can add a dictionary/spell checker to project??

    Well here is the situation, I am looking to create a program that produces all the words that are possible from from a certain set of letters that I input. What the program will do also is have 7,8,9 textboxes that I will be able to put in letters in there corresponding place and then do a...
  20. docmeizie

    Recordsetclone or bookmark help....

    What I have is a form that opens another form. The form that is opened I need that form to display the information of the owner of the slip I just clicked to open the form. The problem I am having is I have to do a bookmark or recordsetclone on two comboboxes instead of one. One combobox name...

Part and Inventory Search

Back
Top