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 gmmastros 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: *

  1. gadget3302

    Combo Box were you select one feild but adds data to many.

    Sorry, No. But I will look into it. Thanks guys for all your help!
  2. gadget3302

    Combo Box were you select one feild but adds data to many.

    TheAceMan1 what is the & _ used for in your statements?
  3. gadget3302

    Combo Box were you select one feild but adds data to many.

    Okay here is the deal. I have a table called Customers. E.g. name, city, state, zip ... In a Form I select the customer name. What I want to happen is that when I select this name, it will add the name to a field in a new table called consignee, but I also want the other fields city, state...
  4. gadget3302

    put a calculated field frm a form in a table

    What I've done in the past is to create a button, such as Calc that when pressed will calculate the equation. Under the Mouse press event, you will want to add some VBA code. It is very simple. E.G. Lets say I have a field in Table1 called price, and another in Table2 called quantity, and I...
  5. gadget3302

    Windows startup screen then Nothing

    I suppose I should have stated this earlier. I am fixing this computer for a friend so I am using my Working monitor, not his. I will try the resolution trick though.
  6. gadget3302

    Windows startup screen then Nothing

    The computer starts up okay, the Windows Xp pro startup screen cycles through then when windows should come up it goes blank. After a few moments the monitor goes off due to no signal. I can start it up in safe mode. I downloaded a new display driver and installed it fine. Still nothing...
  7. gadget3302

    Hard Drive not recognized

    Yes I have tried a manual setting, with no better results. Whats worse is the warranty ran out like 4 months ago.
  8. gadget3302

    Hard Drive not recognized

    kmcferrin would'nt the hard drive still be detected if the partition table was dameged though?
  9. gadget3302

    Hard Drive not recognized

    Thanks guys for all your help.
  10. gadget3302

    Hard Drive not recognized

    KevinADC is there a way to slave to another hard drive without the slave being recognized by the bios?
  11. gadget3302

    Hard Drive not recognized

    Oh, also I have tried another hard drive on the motherboard and it worked fine so the controler is okay on the Mobo.
  12. gadget3302

    Hard Drive not recognized

    This is a tricky one. I am building a newish computer. I bought a Gigabyte GA-K8U motherboard with a AMD sempron 64 3000+ processor. I already had a maxtor 60 GB AT D740X-6l from a working machine. I setup the computer, installed windows xp pro, and got everything running. The MOBO comes...
  13. gadget3302

    Command button to generate SQL query

    Well since no one answered this post, I decided to change what type of database I was using to an access database mdb. Much easier to generate querys.
  14. gadget3302

    Command button to generate SQL query

    BTW I really liked thw way the Visual Data Manager brought Up the data. If I could get that look that would be great. I appreciate any help.
  15. gadget3302

    Command button to generate SQL query

    I am very aware that this question has been asked before however I could not find a response that fit my discription. I am conecting to a MYSQL DB on a linux machine using ODBC. My Database is called dispatch, and the table I am trying to query is drivers. The sql command I want to query is...
  16. gadget3302

    no password required

    I want to setup samba so I can access folders from windows with out a user name or password required. I have slackware with no gui. I've been using webmin to control everything. What settings do I need to set to make this happen?? Thanks Brian
  17. gadget3302

    Looking at file extentions

    Thanks so much everyone. Kodr it worked like a charm thanks.
  18. gadget3302

    Looking at file extentions

    I what to use an If then statement to determine whether a file extention is usable. More specifically I have saved a file name into a String variable and what to read the last 3 characters to determine if they are correct. I'm new at programming and I have a VB book on the way, but your advice...
  19. gadget3302

    Changing a Form Background

    I am trying to change a form background by selecting the file from a filelist box. What i've done is save the file name into a string variable but it wont load the picture. Private Sub File1_Click() Dim drvpath As String drvpath = Dir1.Path & "\" & File1.FileName Form1.Picture = drvpath End...
  20. gadget3302

    Input data from a txt file into a matrix

    I want to take rows of numbers from a text file, break the numbers into two digit numbers and then store the numbers in a matrix inside my VB program. I have no idea how to even begin this project. Any suggestions, pointers, code would be greatly appreciated. Thanks Brian

Part and Inventory Search

Back
Top