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 TouchToneTommy 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: Monguse
  • Content: Threads
  • Order by date
  1. Monguse

    Need to located - help on Word 2002

    As I do see a forum on Word 2002, does anyone know where I can find some help with a problem reguarding passworded doc's that the creator no longer knows the password and if the is anyway to remove or change an unknown password. "The beauty of the second amendment is, that it will not be...
  2. Monguse

    WIndow 2000 Scripts

    We are just now changing to Win2000 for our server and I am the entire IT dept. but I am a programmer by trade and with win2k I don't have a clue where to put the script file we were using under NT 4.0 can one of you please tell me where they go? Thanks "The beauty of the second amendment...
  3. Monguse

    Netscape 7.0 PR1 - mp3 playing problem

    I am trying the newest Netscape - however the biggest broblem I've had is if I go to a web site that offers Audio files to listen to when you try to listen to the file (which is an MP3 file) I get a screen full of "code" which is the audio file - insteed of playing the file, so far I...
  4. Monguse

    VB and Access

    Can one you point me to some sample code that will alow me to repair/pack an Access 2000 db and then delete (or rename) the old db and rename the newely compacted/repaired db using ADO? I thought I'd seen something about it once but have not been able to find it and did not see any FAQ's about...
  5. Monguse

    Installation Problem

    I am getting an error that I've never seen before when install a new version of the program I wrote. The biggest differences between the new one and the old version (that install fine) is I've added the Calendar Control and the ADO Data Control and ADO Grid Control to some of the forms. The...
  6. Monguse

    ADODC Question

    I thought you could have more than one data control on a form, as I have several different tables (7 tables) within a database and was going to set up several data grids to use to edit these tables. However when I try to add a second adodc VB locks up and I have to alt-ctrl-del and "End...
  7. Monguse

    Access Query Question/Problem

    I am using the below Querry and it works great as is, however I need it too sort by one more field and I just can't seem to get it set-up righ can one of you please take a look and help me out. Adodc1.RecordSource = "SELECT * FROM Schedule WHERE Date BETWEEN #" & StartDate & "#...
  8. Monguse

    Data Grid Question

    I am using the Microsoft Datagrid 6.0 and while it does show all the data found in the Access database, What I would like to do is be able to give it (in this case) a date range for the information I want displayed. Is this possable and if so can someone point me to where I can find out how to...
  9. Monguse

    Data Grid Problem

    I have a program that links to an Access Database, one table contains a list of dates for "Week Of" and a "Shipping Date" and 3 other fields. If I place a Data Grid on a form and run the program I can see all the data in the table, but no matter what changes I've tried With...
  10. Monguse

    Function Question

    Below is the code I am working on - I want to return the value from the Function so thaat I know if the program is already running, however it has been a long time sence I've used a Function and cannot remember how to get it to pass the responce back. Will one of you point out my error please -...
  11. Monguse

    Counting Records

    Can anyone give me some help on how to count the number of records in an Access Table? I am rewritting the search routines and need to know the total number of records in order to do the search faster. Thanks "The beauty of the second amendment is, that it will not be needed until they try...
  12. Monguse

    VB Printing Problem or a Computer Problem?

    I have what I think is a rather strange event happening - I think it may be related to the computer itself, but I would like any suggestions you might have. I have a VB 6.0 program that prints out quotes / packing sheets based on data entered and stored in an Access D/B. The program prints...
  13. Monguse

    .MDE Question

    After reading the two FAQ's by Doug P, (I sent him an e-mail about this as well) in case it takes him some time to respond, I want to find out why when the .MDE is ran not only does it open Acess, but it opens the window giving access to all the Tables, Forms, etc.. I thught it would only open...
  14. Monguse

    Drop Down Combo Question

    I want to put a D/D Combo box on a form, so that when a user clicks on it it will look-up data in a look up table and use that to add infromation to a different table. I place the Combo box on the form and used the Combo box wizard that pop's up to tell it which table to use for look up and...
  15. Monguse

    Strange Problem

    I have a program that is being used and I have found from time to time that on some of the work stations there is more than one copy of the program name listed in the Program Manager(Win98) and I have no idea why. When the program is closed this is the commands used to exit: CCDoors.Close...
  16. Monguse

    Date selection Query

    I wrote a query that looks at the database and pulls data based on a date range entered from two different fields. the only way I could make it work was you had to enter the date range twice - once for each field. (see query below) I wanted to find out if ther is anyway to only have to enter...
  17. Monguse

    Follow-up on creating DB in Code

    Well I thought I had it figured out, the code does create the DB and it creates the first table, however when I try to creat a second table within the same DB I ger an error - 3240 (DB Exist) and it does not create the second table. Below is the code I am using - (there are several more fields...
  18. Monguse

    Path question in DB set-up

    Now that I learned how to make a DB in code, How can I use a path statement in this line of code (see below) so that the DB is created in the same directory (or created a sub-directory) the as the main program. sDataBaseName = "C:\Printing.mdb" I looked through the FAQ's and did some...
  19. Monguse

    Resizing Question

    I am just starting to program in C++ last time I did any was in Collage 3 years ago, so I am very rusty and need to learn a lot, my question is how can I make the controls, textboxes, etc.. in a window automaticly resize when the window sizes changes. I use a add-on product to do it in VB, but...
  20. Monguse

    Building an Database in CODE using ADO

    I have a program the use's an Access database and it prints infromation from tables that were made only forit to print from. Program stores data in a 'print table' and in another table as well. My problem is that only one user can be in the program printing (The database is on a server) if...

Part and Inventory Search

Back
Top