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

    Search problem

    Hi, I've written the following query as a search on our site and for the most of it, it works quite well. The problem is it is behaving strangely in certain situations. The first query works perfectly: SELECT muzenbr, MATCH (title) AGAINST ('thunder crack') +MATCH (artist) AGAINST ('thunder...
  2. albyh

    Connect to mysql database from external server

    Hi, Im trying to set up a server purely for MySQL use. The problem I have is I can connect to the database from Localhost but not from any other servers. I have got both localhost and % users in my users table. Any help would be greatly appreciated. Thanks Alby
  3. albyh

    mysqldump problem

    Im trying to transfer a database from one server to another using mysqldump. Ive dumped the file on the first server and gzipped it, the problem is when copying it over to the other server it doesnt have enough memory to unzip the file. I have tried to dump the file without compression but for...
  4. albyh

    Cant connect to database with MySQL administrator

    I have to MySQL databases set up on different servers. No matter what I try I cannot connect to either of them with any windows based clients such as MySQL adminstrator. Both databases have users that allow a connection from any where and I can connect to them between servers just not windows...
  5. albyh

    File & Database transfer problems

    Hi, I have just signed up for a new server and am having a few problems transferring my files and database accross. Database I used the following command mysqldump -u tdba -p --opt townsend > backup.sql ( i have also tried this without the --opt command) I then transferred the file over to...
  6. albyh

    Capture two fields with one list box

    Can anyone tell me how i can retrieve two fields from a list box i.e. post code and email. I need to use both bits of information for a query. Any help will be greatly appreciated. Thanks Alban
  7. albyh

    use a txt file as the body txt of an emai;

    I trying to set up a function that automatically sends an email using a certain text file as the body text. Its either this or if there is any way to insert line breaks. This is the code I am currently using. Function SendOrderEmail() MessageTxt = "Txt here" DoCmd.SendObject...
  8. albyh

    Outputting a TXT file with the date as the name

    I am trying to output a text file from a report, I'm using the OutputTo command in a Macro. i need to know how set the date as the name of the text file being output. Any help would be greatly appreciated. Thanks ALban
  9. albyh

    Automatically insert date without /

    I need my table to automatically insert todays date in the follwing format. 130503 Any help would be GREATLY appreciated. Alban
  10. albyh

    Automatically apending data in a table

    I am trying to write a module that will automatically remove the first 9 characters of a fourteen digit record and just leave the last 5. Any help would be greatly appreciated. Thanks Alban
  11. albyh

    Exporting records in a certain order into a text file

    Can someone please help me I need to export some data from a table into a text file. The problem is it needs to be in the following format: 0[Field 1] [Field2] [Field 3] 1 9[Field 1] 1 Field 2 is the date, i need the module to export all records with a certain date. Any help would be...

Part and Inventory Search

Back
Top