Search results

  1. N

    Query to correct telephone numbers mobile and then landline

    So i need to run a query to correct the telephone numbers within two fields Mobile Landland due to the many data sources sometime we have a landline within the mobile field and the mobile within landline. i need to have access do a final clean-up and move the number to the correct file. so...
  2. N

    Solved Update Telephone Numbers

    WORKED thanks :)
  3. N

    Solved Update Telephone Numbers

    Hi So i need to update some telephone numbers and remove the prefix "44" 447999999999 and remove with "0"
  4. N

    Solved Create a new table using ..

    Thank you yes thats sorted it all now :)
  5. N

    Solved Create a new table using ..

    Yes thats correct the issue is that the query is not populating the TA postcodes TA8 & TA9 instead its created postcodes BS0-BS9 I think its because the Area is set as BS so the VBS is getting confused not sure If that can be corrected
  6. N

    Solved Create a new table using ..

    @arnelgp so its throwing up some incorrect data.. example is this postcode BS BS24-29, TA8-9 results here.. its not picking up TA8-9 but creating BS0 > ID BN Expr1 Expr2 Expr3 Expr4 Expr5 Expr6 Expr7 Expr8 Expr9 Expr10 Expr11 Expr12 Expr13 Expr14 Expr15 Expr16 Expr17 Expr18 Expr19...
  7. N

    Solved Create a new table using ..

    Wow you are a genius Loving It :)
  8. N

    Solved Create a new table using ..

    The whole of the UK
  9. N

    Solved Create a new table using ..

    if the number is greater than zero
  10. N

    Solved Create a new table using ..

    Yeh i thinks its really a long shot
  11. N

    Solved Create a new table using ..

    So i dont think its going to be possible, i need to create a new data table that has a Y or N next to each postcode... Short Postcode Delivery Availability BN1 Y BN3 Y BN45...
  12. N

    Solved How can i rename these files to a unique name?

    thanks thats done the job :)
  13. N

    Solved How can i rename these files to a unique name?

    Would like batch rename these files to something like "P1010015000_1.jpeg" and so on any suggestions pls
  14. N

    Query to Show oldest and newest date

    Hi, So i need to bring back the results to show the oldest order and the newest order date with a count on total orders for a customer fields i wish to include are: Customer_ID Order Date Need to show: Customer_ID ¦ Count Of Orders ¦ First Order Date ¦ Last Order Date 123...
  15. N

    Solved #Error on shortening postcode if no postcode is present

    Thanks thats worked :)
  16. N

    Solved #Error on shortening postcode if no postcode is present

    So i have this to shorted the postcode, which is working as long as a postcode is provided within the field, how can i get around so i dont get the #ERROR would like it just to be left blank? please? ShortPostcode: Left([PostCode],1) & IIf(Asc(Mid([PostCode],2,1))>=65,Mid([PostCode],2,1),"")
  17. N

    Solved Fixing #ERROR when no data is within the field when using this

    Its ok found a way Exp1: Val(NZ([ORDER_No],"0"))
  18. N

    Solved Fixing #ERROR when no data is within the field when using this

    Exp1: Val([ORDER_No]) How can i get the wuery to not show #ERROR when using the above for a blank entry please?
  19. N

    Solved Open a txt File remove the first line and save

    Perfect Thank You @arnelgp
  20. N

    Solved Open a txt File remove the first line and save

    Looking some some code to open a text file remove the first line and the save the txt file
Back
Top Bottom