Search results

  1. S

    Access 2003 Database Removeal of CR

    Hi Keith, Sounds very logical, that you for the help and advice, and thanks to everyone else.... Best regards from Alan
  2. S

    Access 2003 Database Removeal of CR

    Hi Keith, Mmmm very impressed, I can see that you have taken the data and filtered it then paste it into a new feild, I hope my understanding is correct using NewPreviewText: Right([PreviewText],Len([PreviewText])-2) now this assumes the data is awalys in the same place (I HOPE) how can you do...
  3. S

    Access 2003 Database Removeal of CR

    Hi Keith, Mmmm very impressed, I can see that you have taken the data and filtered it then paste it into a new feild, I hope my understanding is correct using NewPreviewText: Right([PreviewText],Len([PreviewText])-2) now this assumes the data is awalys in the same place (I HOPE) how can you do...
  4. S

    Access 2003 Database Removeal of CR

    Morning RuralGuy, Thank you for the reply, with the wind blowing from the right direction, and the sun shinning from the north, I hope this upload worked never done this before.. Thank you from Alan
  5. S

    Access 2003 Database Removeal of CR

    Hi RuralGuy, Yes I have a backup, learnt that leasson years ago at great expence... What would you like me to try, or would you like me to email a database with a couple of records in it... All the best from Alan
  6. S

    Access 2003 Database Removeal of CR

    Hi RuralGuy, Well I think I am moving forward, I put you code in a module and named it basFunctions, then opened up a query in design mode added the feilds for the table used in this case Articles, then selected Query from top menu, and selected SQL Specific, then Data Definition, added UPDATE...
  7. S

    Access 2003 Database Removeal of CR

    Hi RuralGuy, This may be a pain, but from the query side of things I have no idea what to do never done anything like this before, if you have the time i would be glad of a step by step guide please, but only if you have time... All the best from Alan
  8. S

    Access 2003 Database Removeal of CR

    Hi Team, The Feild is a Blog with some 300 words in it, and 21000 records, which I want to export into a tab delimitered file to export into a mysql database. The Character that you see when you open the access database is 2 square boxes but the center of the box is white, and when I try to...
  9. S

    Access 2003 Database Removeal of CR

    Good Morning Team, I have a little problem, I have a access database that appears to have square boxs in some of the feilds, I presume these are Cr/lf, how the hell do I get rid of them please.. Best regards from Alan
  10. S

    Junction not working.

    Tables, Hi Pat, I have to add all the other data in for the othe Countys, but my problem is to get the form to store the correct infoformation in search database, and also use all the other inputs from search into the form. Best regards from Alan
  11. S

    Junction not working.

    Multiple Tables Hi Thank you for your reply, I have to say I am a total newbie to all of this, I am trying my best to learn, but it is hard at my age, so please forgive me. I have changed the structure as you said, and i found a form, that i have modified to use my tables County and State...
  12. S

    Junction not working.

    Multiple Tables Hi Sorry, Have a read of this, and you will understand better, thank you http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=52897 Best regards from Alan
  13. S

    Junction not working.

    Hi Rich, could you look at this for me please and tell me where I am going wrong it is driving me mad. I cannot get the right values to show in County. Best regards from Alan
  14. S

    Multi Tables Selectable from a Second table.

    Multiple Tables Hi, Interesting fact, if the County-Num has more than one number of the same value eg: 1 Luce 1 Iron Then you cant make the Num feild a primary key. Best regards from Alan
  15. S

    Multi Tables Selectable from a Second table.

    Hi Rich, Yes I have been through them all, maybe I am missing something very basic, I have created the database as suggested above county has County-Num and County in, States has States-Num and States in, and Junction has Sates-Num and county-Num in, both other database has the data in them...
  16. S

    Multi Tables Selectable from a Second table.

    Multiple Tables Hi jeremie & Rich, Thank you both for your help, a sample would be a great help, at my age the old grey cells are faiding fast so new learning takes a long time, I did a search for samples on the search word you told me to use, but I could not find any, could you direct me...
  17. S

    Multi Tables Selectable from a Second table.

    Multiple Tables Sorry if I have entered this post in the wrong place, but thank you all for a fast reply, I will try and explain a little further. I have 51 states in a pull down list, and one column called County But I have 51 small databases one for each state filled with the countys for...
  18. S

    Multi Tables Selectable from a Second table.

    Could someone Help please, Imagine two feilds States and County, in the staes column a pull down menu with 51 states, but you cant have 1800 countys in the County column, because some County names are used in more than one state name, so there needs to be a way that when you select a state a...
Back
Top Bottom