Search results

  1. S

    Hyperlink Download

    Have got it finished and working. Access 2007. I have a button on continuous form which has the following code. I have copied the Inet Controll out of the example in the above link next to the button. Not sure if it has to be each record but it is now and its working:D "clink" is a hyperlink...
  2. S

    Hyperlink Download

    I have just found your post which you are trying to achieve the very thing im chasing. http://www.access-programmers.co.uk/forums/showthread.php?t=118535&highlight=save+file+location im working off this example. I think I may have it working. Need more testing first but its getting closer.
  3. S

    Hyperlink Download

    Ok... an update... I have made a slight advance. Have got the open file working and it was to do with the module not been fully done (ie i didn't copy paste the whole lot)
  4. S

    Hyperlink Download

    ok next iv tried Openfile which i ahve used in 03 a few times only in 07 it give the error compile error: sub or function not defined Here is the code which i have borrowed of somewhere in this forum: Private Sub Command2_Click() On Error GoTo Err_Command2_Click...
  5. S

    Hyperlink Download

    no luck so far... using 2007 and when using the following http://support.microsoft.com/kb/163653 I cant find insert active x control. This is my first attempt on 07 but i even switched back to 03 and couldn't find 'Microsoft Internet Control' Under the active x. Is this only for 97?
  6. S

    Hyperlink Download

    Thanks so much for the quick reply... if you have anything to start em off that would be great. Off to google INet control and see if I can find anything on it. Thankyou... (you have helped me in the past via other peoples posts thanks for those as well)
  7. S

    Hyperlink Download

    Hi, I think this is only my second post (found i have made a few, lol) in over a year because I can usually find what im after on this site or I just hack stuff together till it works, lol. Anyway my question: How can I download a hyperlink (its an excel spreadsheet, CSV file to be exact i...
  8. S

    New forum look - opinions please

    Im not a huge poster on this forum but i do spend a fair bit of time searching through for ideas and problem solving when powers up high give me a new task to perform...... anyway... Old 8 and the new one one proposed maybe a 7. Like others said the height and function is a factor. looks...
  9. S

    Colours in Continuous Form

    Tanks guys, i id find the lebans site which i was using to try and sought something out but the page that ruralguy had was fantastic. thanks for that.... I think ill use it and have the boxes ontop of each other. Only 3 hours and im holidays too!!! what a good day!
  10. S

    Subform records not tied to main form

    Hi, Forgot i said anything... i was doing something completely different
  11. S

    Colours in Continuous Form

    Hi, I have a continuous form which has a combo box limited to green, blue, yellow, red, purple and N/A (for blank). It is possible to make the back ground colour = what is entered into the combo box? I have been searching and searching and have seen conditional formatting everywhere but it...
  12. S

    Auto Scrolling Data

    Thanks heaps for that... i have no idea why i couldn't get it to start even removing a heap of extras i put it... moved yours into it and it worked like a charm. thanks heaps again :)
  13. S

    Auto Scrolling Data

    ok, im not getting it... this look somewhat right to begin with? Private Sub Form_Load() Me.TimerInterval = 1000 End Sub Private Sub form_timer() DoCmd.GoToRecord , , acNext End Sub seems to do nothing, i just dont get it?
  14. S

    Auto Scrolling Data

    Hi, thanks that is what im thinking im trialing this at teh moment (not getting far though, lol) will post back here if i come up with anything but if anyone else has anything to add please let me know
  15. S

    Auto Scrolling Data

    Hi, been lurking on here for a while and can find most things im looking for but for some reason cant find any info on auto scrolling of data? Im chasing something that will scroll a sub form which is displaying data from a query. slowly scrolling down all the data. It wont have anything...
  16. S

    Finding most recent Duplicates?

    Fixed me up good... didn't even know about that stuff:o Thanks for that again
  17. S

    Finding most recent Duplicates?

    Thanks for the Idea! I'm going to have a quick stab at it now before i go home. Will post back maybe tomorrow of my success (or death from stupidity :D ) Thanks again
  18. S

    Complex (I think!!) Date Query

    Hi, dont know if this will help (especially since i cant spell for #$@%). But I needed something similar but im not that clever with access yet so i hacked a few ideas together that I came accross on this forum. I madea query with the appropriate feilds and then added three new feilds by adding...
  19. S

    Finding most recent Duplicates?

    Hi, been searching this forum for a couple of months now im working with access and up till now i have solved most of my problems:D Ok the problem. For the purpose of the question I have a training database: running one table with user id and user name. another for job id and job name...
Back
Top Bottom