Search results

  1. A

    Query large sql server linked table from MS Access

    YOu coukd use a pass sthrough query. So the sql would be in a sql server format and be processed on eth sql server and the results passed back. If thats too slow - yes I think teh sql team would have to help you out with indexes or something else to help speed it up.
  2. A

    Email Validation API

    Has anyone integrated with an API to validate emails. Yes I could and do now validate within VBA code itself - but to future proof it in terms of valid formats maybe an API would be better? Thanks Tony
  3. A

    Death list

    My advice is - at almost 70 I'm guessing youre no longer worried about making a bit of a berk of yourself. Join a salsa class, and have some fun. No matter if you have no talent for it at all. Or some such other thing outside your usual box. Good luck Col.
  4. A

    Paste Full Address - Slit into differant fields for the db.

    Cheers mate, I hope the code I just pasted is hopefully basically it.
  5. A

    Paste Full Address - Slit into differant fields for the db.

    Yes , thats what they will be doing.
  6. A

    Paste Full Address - Slit into differant fields for the db.

    I cant no, I wish I could - its from whatever source in whatever format an end user gets an address and tries to paste it. I suppose mainly it will be stright from a compnay website, or email. Heres the bones of what I have, teh main problem may be recognising differant carrriage returns...
  7. A

    Paste Full Address - Slit into differant fields for the db.

    As you point out the address could be in any format - could be 4 line, 3, could have country , postcode not etc etc. Again it could come from any source, so i'm just trying to detect a carriage return character. Right I think I'm under way, splitting field !One by VbCtlf Private Sub...
  8. A

    Paste Full Address - Slit into differant fields for the db.

    Heres an address I was working with , my first challenge is to split it into each line? THanks Company Name (Registered Office) 35 Scirocco Close Moulton Business Park Northampton Northamptonshire NN3 6AP
  9. A

    Paste Full Address - Slit into differant fields for the db.

    It would be an address at a time. I would hope teh end user would be bright enought not to copy/paste teh first line if that was a a persons name. Thanks
  10. A

    Paste Full Address - Slit into differant fields for the db.

    I was just doing a bit of data entry - copying an address from a website to my application. I had to line by line move the address to the corect fields. What I woudl like to do - sf maybe copy and paste the whole address and have it automtically split. So basically each line would be split...
  11. A

    Updating A SQL View From Access VBA Script

    Well does it work? I think a view can be updated as long as its updating just one of its base tables. THere could obviously be other underlying issues why data may not update.
  12. A

    Access FE/Azure SQL BE, Simple query slow

    YOu could use a sql function to return a table (select statement or whatver sql you want) to use as if its a parametrized view. I am looking at access to azure myself - any updates you have on your progress would be most helpful.
  13. A

    Azure

    Thanks yes, I think I need to do a lot more reearch into Azure.
  14. A

    Azure

    Hi we are stuck currently using client server Ms Access to SQL server technologies. We have a number of sites who run this same setup but in the cloud, so the ms access is installed on virtual PCS. Am a I right in thinking SQL azure could sit in the cloud and ms access work locally and...
  15. A

    Old Email Addresses

    I was wondering what people did in way of recording or removing invalid email addresses from their databases. I have a bounce back file containing my emails and techniocally its fine to remove them. And will remove them from tables such as contactname, company as these tables show current...
  16. A

    Hi From Italy

    Welcome! I love Italy. NauticalGent really liked Naples when I was there all too briefly. Someone "stole" my underpants.
  17. A

    Graphical Representation.

    THanks I get it. I'll give it a go.
  18. A

    Graphical Representation.

    Thanks both - dont both of those show how each part of my comparison would make up a whole Say min = 25, max = 100 Booked = 90? Or min = 25 max = 100 , booked = 9 What would each part of a stacked bar or pie chart represent in teh above figures? Cheers. At the moment I have a grouped bar -...
  19. A

    Graphical Representation.

    I have been asked to show a succint "graph" showing upcoming events that havent reached their minimum viable delegate numbers or show those that have reached their max delegate numbers. There is also a minimum fees taken amount which has to be surpassed. Anyone got a nice way to show that. I...
  20. A

    April Fools Day: What are you planning - Done - or Heard about done for April 1st?

    Reminds me of the real debate of moving teh clocks forward in teh summer in Western Australia . Many were worried that the extra hour of sun would fade their curtains!
Back
Top Bottom