Search results

  1. R

    any chance you could help me with my problem? people are looking but not actually helping, this...

    any chance you could help me with my problem? people are looking but not actually helping, this si the third time I hace used this forum and got nothing from it
  2. R

    Avi running in access`

    I can't believe 39 people have viewed this and not one person can help!!!
  3. R

    Avi running in access`

    can any body help?
  4. R

    Avi running in access`

    Hi i am making a training database for my firm so that new starters can get the basics of acccess quickly. I have a form which displays information called from a table and prints clear instructions in a text box. I have also created some screen movies of me doing basic actions so that when a...
  5. R

    vb code to split table

    Hi does any one know a vb code to split a table using an auto number field say I had 2000000 records and I wanted to choose any table in a form and hit a button that would split the table in two table 1 and table 2 any help would be great thanks
  6. R

    Linking Data access pages to bookmarks in Word

    Hi Im trying to link different chapters of a process in my Data Access page so that people using the database can go the access page, click on the part of the process they need, and it loads in a browser. I can link the whole document, but when i try to link to the bookmark I have created in...
  7. R

    Date field

    Brilliant, thanks for that. Stupid question really!
  8. R

    Date field

    Ok but how do I make it only accept date values of yyyy-mm-dd hh:mm:ss?
  9. R

    Date field

    Hi Access novice here, is there away to make a field only accept a date in a specific format ie yyyy-mm-dd hh:mm:ss. If a date is put in incorrectly say 2008-02-14 :23:59:9 then I would want an error to pop up and to disalow that date being entered Thanks
  10. R

    trim function

    there is an easier way left([fieldname],instr(1,[fieldname],"/")-1) Put that into the update row, or create it as a new expression just to check first
  11. R

    Find a city in the middle of a field

    Ok Im having trouble with this, I need to remove cities from an address field but don't know a simple query that does this. Can any body help heres an example Address1 City 10/F, HONG KONG LAI CHI KOK EXCHANGE II HONG KONG Now I...
  12. R

    Form to delete out data

    Hi Im really new to VBA and forms, and I need some help creating a form that deletes out all the data from two tables. Each fortnight I have to fill these two tables with thousands of records, I then have to delete out all the data. Is there any way I can create a tool that I just choose the...
  13. R

    Help with new query

    Hi I copied and pasted it into sql, and renamed the values where needed. however I got an error saying undefined function fstringcomp what am I doing wrong, my sql looks like this SELECT IIf(IsNull([FST_NAME]),False,fstringcomp([FST_NAME])) AS expr1 FROM Siebel_mkt_contact_12012006_EMILE_HAS...
  14. R

    Help with new query

    ok once I have ticked that box, how do I do a comparison? also how do I expand this quey so I can bring back a sentence with all lower case characters IIf(IsNull([YourTableFieldNameGoesHere]),1,Asc(Left([YourTableFieldNameGoesHereAlso],1))) eg dog house rock Dog house Rock dog House rock...
  15. R

    Help with new query

    Hello, My last quey was answered superbly, however I now need to know what I should do to find a word all in upper case in a field. E.g. Daves hardware inc Daves hardware inc Daves hardware inc DAVES HARDWARE INC Daves hardware inc Daves hardware inc Daves hardware inc Daves hardware inc JOS...
  16. R

    need help finding lower case characters

    aha you absolute beauty i was just about to post the sql and ran it again and it worked fine!! I could kiss you now if I want to do that but for various words such as ,"Systems engineer cisco" How would you pull the last two words out of the field does this make sense?
  17. R

    need help finding lower case characters

    same thins happens, now if i take the criteria out, it works fine and gives me the ASCII value
  18. R

    need help finding lower case characters

    Ok tried that last post and I still get the same error,'data type missmatch' the query then spits out just the value #name?
  19. R

    need help finding lower case characters

    that's just a typo, I still get the error
  20. R

    need help finding lower case characters

    the code that is mentioned above ASCleft([fieldname],2))>97<***
Top Bottom