Search results

  1. S

    Google Earth Plugin API

    hmmmm, id be happy just getting a map which shows multiple markers, other things like distance calculaters etc etc would be handy but tbh would hardly be used, and to be fair would prob just be a gimmick, the mutliple markers is my main objective
  2. S

    Google Earth Plugin API

    web access is no prob got access to an account anyway, think ill give it a go, would be nice to be able to play with more functions
  3. S

    Google Earth Plugin API

    was just an idea realy, atm im using an embedded web browser going to google maps, and i simply mark a point out by inserting the lat and long into the url when its sent to the browser, i did initialy want an option where it would mark out all the locations in my db..... but tbh its not that...
  4. S

    Google Earth Plugin API

    ah well cheers anyway
  5. S

    Google Earth Plugin API

    dont suppose you could give more info or post a sample db, very much interested in this, cant seem to get it working tho
  6. S

    Yet another google map question / problem

    is their a way to create multiple google map markers on an embedded browser within a form just by altering the url thats passed to it their are solutions but all seem to work only if you running the google map api which im not
  7. S

    using combo box value withing a select query

    nm sorted :)
  8. S

    using combo box value withing a select query

    hello again, another prob with the same code, or nearly the same, the form didint look or work right so added a go button next to the combo box, everything seems to be fine till it gets to this part. strurl1 = "http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=" + dblglat + "," +...
  9. S

    using combo box value withing a select query

    seen the problem, made a typo on one of the field names, cant believe missed it as ive checked them time and time again, thanks for the help
  10. S

    using combo box value withing a select query

    jeez, your right, corrected this, still get the same error :(
  11. S

    using combo box value withing a select query

    thanks for the reply, any help is greatly appreciated, still get the same error no value given for one or more required parameters
  12. S

    using combo box value withing a select query

    hi, im creating a simple db and hit a prob, prob a simple answer but for some reason i cant figure it out, doh i have a comobo box called comboGoToMark when i change the value in this box i want to change another value called MyGoogleMapURL which holds a url, the url has to include info from a...
  13. S

    help for newbie , DoCmd.RunSql

    many thanks, will try it when get home from work, appreciate your help
  14. S

    help for newbie , DoCmd.RunSql

    hi again, woke up today and thought would look at your suggestion but i must be missing something or i have completly got the wrong idea as i get an error Dim strSQL As String Dim db As DAO.Database Dim rs As DAO.Recordset intWeight = txtWeight Set db = CurrentDb()...
  15. S

    help for newbie , DoCmd.RunSql

    thanks very much
  16. S

    help for newbie , DoCmd.RunSql

    hello, im creating a small database and am extremely new to vba, ive got stuck on running a select query from within the vba code itself, the book im currently reading while learning about this stuff suggests my code whould work but after looking into it i believe its wrong as ive read various...
Back
Top Bottom